Age | Commit message (Expand) | Author |
2019-06-26 | crypto: Fix mem leak detected by valgrind | Hans Nilsson |
2019-06-19 | crypto: Fix FIPS flags for MACs | Hans Nilsson |
2019-06-19 | crypto: Fix FIPS flags for digests in HMAC | Hans Nilsson |
2019-06-19 | crypto: Fix FIPS flags for digests | Hans Nilsson |
2019-06-19 | crypto: Rename cipher fips macro | Hans Nilsson |
2019-06-19 | crypto: Fix bad link | Hans Nilsson |
2019-06-17 | crypto: Modernized 'Algorithms' section in User's Guide | Hans Nilsson |
2019-06-14 | crypto: Documentation | Hans Nilsson |
2019-06-14 | crypto: Enable MAC key length checking in mac-table | Hans Nilsson |
2019-06-14 | crypto: Renaming, typing and some polishing | Hans Nilsson |
2019-06-14 | crypto: Begin test of the new mac interface directly. | Hans Nilsson |
2019-06-14 | crypto: Move mac compatibility functions to hmac.c and cmac.c | Hans Nilsson |
2019-06-14 | crypto: Move functions around for better readability | Hans Nilsson |
2019-06-14 | crypto: White space removed at line ends | Hans Nilsson |
2019-06-14 | crypto: Use dirty schedulers for mac_update | Hans Nilsson |
2019-06-14 | crypto: Implement NIFs for the new mac_init, mac_update and mac_final | Hans Nilsson |
2019-06-14 | crypto: Use new mac_nif for hmac, cmac and poly1305 | Hans Nilsson |
2019-06-14 | crypto: Refactor for readability | Hans Nilsson |
2019-06-14 | crypto: Use dirty schedulers for the new mac_nif if large data | Hans Nilsson |
2019-06-14 | crypto: MAC nif unifying HMAC, CMAC and POLY1305 | Hans Nilsson |
2019-06-14 | crypto: Re-structure cmac and hmac test vector handling | Hans Nilsson |
2019-06-14 | crypto: Enable CMAC tests for aes-128-cbc and aes-256-cbc | Hans Nilsson |
2019-06-14 | crypto: Remove warnings when linking with LibreSSL | Hans Nilsson |
2019-06-14 | crypto: Adjust code for spec conflict | Hans Nilsson |
2019-05-29 | Prepare release | Erlang/OTP |
2019-05-22 | crypto: Re-enable aes_ctr for openssl cryptolib < 1.0.1 | Hans Nilsson |
2019-05-10 | Prepare release | Erlang/OTP |
2019-05-03 | crypto: Doc link fixes | Hans Nilsson |
2019-05-03 | Merge branch 'hans/crypto/new_supports_1/OTP-15771' | Hans Nilsson |
2019-04-30 | crypto: Document supports/1 | Hans Nilsson |
2019-04-24 | Revert "Prepare release" | Rickard Green |
2019-04-23 | Prepare release | Erlang/OTP |
2019-04-18 | Merge branches 'hans/crypto/new_supports_1/OTP-15771', 'hans/ssh/new_supports... | Hans Nilsson |
2019-04-17 | ssh: Fix deprecation warnings in tests | Hans Nilsson |
2019-04-17 | crypto: Remove unused var warning in tests | Hans Nilsson |
2019-04-17 | crypto: New function supports/1 | Hans Nilsson |
2019-04-12 | Merge branch 'maint' | Hans Nilsson |
2019-04-12 | Prepare release | Erlang/OTP |
2019-04-12 | Merge branch 'sverker/crypto/bcmp-memcmp-fix/OTP-15750' into maint-21 | Erlang/OTP |
2019-04-11 | crypto: Rename 'crypto_(init|update)_dyn_iv' to 'crypto_dyn_iv_(init|update)' | Hans Nilsson |
2019-04-11 | crypto: Rename crypto_aead to crypto_one_time_aead | Hans Nilsson |
2019-04-11 | crypto: Doc review comments | Hans Nilsson |
2019-04-10 | crypto: Obey compile flags for no DSA, BF, DES, DH | Hans Nilsson |
2019-04-10 | crypto: Remove compiler warning on an fprintf in the otp test engine | Hans Nilsson |
2019-04-10 | crypto: Fix valgrind error in api_ng.c ng_crypto_one_time for OpenSSL<1.0.1 | Hans Nilsson |
2019-04-08 | Merge branch 'sverker/master/crypto/bcmp-memcmp-fix/OTP-15750' | Sverker Eriksson |
2019-04-05 | Merge branch 'sverker/crypto/bcmp-memcmp-fix/OTP-15750' | Sverker Eriksson |
2019-04-05 | crypto: Fix link error on windows | Sverker Eriksson |
2019-04-05 | crypto: User's Guide and Reference Manual for the new api | Hans Nilsson |
2019-04-05 | crypto: Fix valgrind error for api_ng.c | Hans Nilsson |