Age | Commit message (Expand) | Author |
2019-06-14 | crypto: Enable MAC key length checking in mac-table | Hans Nilsson |
2019-06-14 | crypto: Move mac compatibility functions to hmac.c and cmac.c | 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: Remove warnings when linking with LibreSSL | Hans Nilsson |
2019-05-22 | crypto: Re-enable aes_ctr for openssl cryptolib < 1.0.1 | Hans Nilsson |
2019-04-17 | crypto: New function supports/1 | 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-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: Fix valgrind error for api_ng.c | Hans Nilsson |
2019-04-05 | crypto: Misc C-changes, | Hans Nilsson |
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 | 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: Handle additional OPENSSL_NO_* flags | Hans Nilsson |
2019-03-19 | Add missing cipher modes to crypto:cipher_info/1 result | Loïc Hoguin |
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: New function for SSL app | Hans Nilsson |
2019-03-19 | crypto: Exceptions as error return in api_ng | Hans Nilsson |
2019-03-19 | crypto: Cleaning of comments + spec fixing | Hans Nilsson |
2019-03-19 | crypto: Shrink aes.c,h (remove aes_ctr_stream_* funcs) | Hans Nilsson |
2019-03-19 | crypto: Remove chacha20.c,h and rc4.c,h | Hans Nilsson |
2019-03-19 | crypto: Use/implement new funcs for stream-api | Hans Nilsson |
2019-03-19 | crypto: Remove block.c and block.h | Hans Nilsson |
2019-03-19 | crypto: Fix syntax error in ASSERT | Hans Nilsson |
2019-03-19 | crypto: Implement crypto one-shot | Hans Nilsson |
2019-03-19 | crypto: Remove condition of block size | Hans Nilsson |
2019-03-18 | Merge branch 'hans/crypto/fix_chacha20_bug/OTP-15678' | Hans Nilsson |
2019-03-15 | crypto: Disable chacha20 if OpenSSL 1.1.0-1.1.0c | Hans Nilsson |
2019-03-15 | crypto: Fix bug in error return for crypto:poly1305/2 | Hans Nilsson |
2019-03-06 | Add crypto:cipher_info/1 and crypto:hash_info/1 | Loïc Hoguin |
2019-02-27 | crypto: Fix FIPS mode | Hans Nilsson |
2019-02-25 | crypto: New experimental api | Hans Nilsson |
2019-02-06 | crypto: Disable blake2 in LibreSSL (not supported) | Hans Nilsson |