Age | Commit message (Expand) | Author |
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 |
2019-04-05 | crypto: Fixup lots of tests | Hans Nilsson |
2019-04-05 | crypto: Rename new api and rework the typing | Hans Nilsson |
2019-04-05 | crypto: Misc C-changes, | Hans Nilsson |
2019-03-26 | Revert "Prepare release" | Henrik Nord |
2019-03-25 | Prepare release | Erlang/OTP |
2019-03-22 | crypto: New error schema in aead.c | Hans Nilsson |
2019-03-22 | crypto: Move new error macros to common.h | Hans Nilsson |
2019-03-22 | crypto: Use key length in alias/2 | Hans Nilsson |
2019-03-22 | crypto: Remove old comment | Hans Nilsson |
2019-03-22 | crypto: Restore 'error' as result of failed aead decryption | Hans Nilsson |
2019-03-22 | crypto: Update types of hash algorithms | Hans Nilsson |
2019-03-22 | crypto: Cuddle error types and documentation of them | Hans Nilsson |
2019-03-22 | crypto: Note about key lengths for cipher_info/1 | Hans Nilsson |
2019-03-22 | crypto: Update CipherModes for PR/2186 | Hans Nilsson |
2019-03-22 | crypto: Declare *_info return map and other review-comments | Hans Nilsson |
2019-03-22 | crypto: Declare *_info return map and other review-comments | Hans Nilsson |
2019-03-22 | crypto: Document hash_info/1 and cipher_info/1 | Hans Nilsson |
2019-03-22 | crypto: Rename block_crypto_with/without to match stream_cipher names | Hans Nilsson |
2019-03-22 | crypto: New types (block_cipher) | Hans Nilsson |
2019-03-22 | Merge pull request #2186 from essen/improve-cipher-info | Hans Nilsson |
2019-03-21 | crypto: Fixup unused label warning | Hans Nilsson |
2019-03-21 | crypto: Fixup 'break strict-aliasing rules' warning | Hans Nilsson |
2019-03-21 | crypto: Fixup 'break strict-aliasing rules' warning | Hans Nilsson |
2019-03-21 | crypto: Fixup the ripemd160 macro chaos | Hans Nilsson |
2019-03-21 | crypto: Test suite fix for unavailable CMAC | Hans Nilsson |
2019-03-21 | crypto: Handle additional OPENSSL_NO_* flags | Hans Nilsson |
2019-03-21 | Hardcode aes_ctr cipher infos to support older cryptolibs | Loïc Hoguin |
2019-03-19 | Add missing cipher modes to crypto:cipher_info/1 result | Loïc Hoguin |
2019-03-19 | Make crypto:cipher_info work for all ciphers and aliases | Loïc Hoguin |
2019-03-19 | crypto: Add FIPS testing for a couple of algorithms | Hans Nilsson |
2019-03-19 | crypto: Sort ciphers in alphabetic order in testsuite | Hans Nilsson |
2019-03-19 | crypto: Better error report in crypto_SUITE | Hans Nilsson |
2019-03-19 | crypto: Wrong ifdef symbol used for ENGINE | Hans Nilsson |
2019-03-19 | crypto: Handle EVP_CIPHER_CTX copying correctly | Hans Nilsson |
2019-03-19 | crypto: Fix bug in ng_api | Hans Nilsson |
2019-03-19 | crypto: Better error descriptions | Hans Nilsson |
2019-03-19 | crypto: Fix bug for older cryptolib | Hans Nilsson |
2019-03-19 | crypto: Fix leak for eddsa detected by Valgrind | Hans Nilsson |
2019-03-19 | crypto: Testcase for TLS using new API | Hans Nilsson |
2019-03-19 | crypto: Rename SSL special functions | Hans Nilsson |
2019-03-19 | crypto: New function for SSL app | Hans Nilsson |
2019-03-19 | crypto: Remove compat specials from crypto_init | Hans Nilsson |
2019-03-19 | crypto: Exceptions as error return in api_ng | Hans Nilsson |
2019-03-19 | crypto: Relocate the new api code inside the crypto.erl file | Hans Nilsson |
2019-03-19 | crypto: Cleaning of comments + spec fixing | Hans Nilsson |
2019-03-19 | crypto: Remove unused variables in test case | Hans Nilsson |
2019-03-19 | crypto: Test fixes for stream api emulated by the new api | Hans Nilsson |
2019-03-19 | crypto: Shrink aes.c,h (remove aes_ctr_stream_* funcs) | Hans Nilsson |