Commit History

Author SHA1 Message Date
  Jouni Malinen 30bff1d0f4 Extend AES-CMAC routines to support 256-bit keys 10 years ago
  Jouni Malinen 77a2c3941e crypto: Clear temporary heap allocations before freeing 10 years ago
  Jouni Malinen a90c7d91a0 OpenSSL: Fix pbkdf2_sha1() wrapper 10 years ago
  Adam Langley a8572960a9 Support building with BoringSSL 10 years ago
  Masashi Honma 5c61d214ad openssl: Fix memory leak in openssl ec deinit 10 years ago
  Florent Daigniere 26c10f797c OpenSSL: Use EC_POINT_clear_free instead of EC_POINT_free 10 years ago
  Florent Daigniere 3248071dc3 OpenSSL: Use BN_clear_free instead of BN_free 10 years ago
  Jouni Malinen a9b08adacf Remove unused crypto_bignum_rshift() 11 years ago
  Jouni Malinen 3cf06c9e2c OpenSSL: Include sha1/sha256 header files to verify declarations 11 years ago
  Jouni Malinen 75870c933f SAE: Replace comparison to one with crypto_bignum wrapper 12 years ago
  Jouni Malinen b0f6124c1c SAE: Store commit scalars as bignum instead of octet string 12 years ago
  Jouni Malinen b1677c393b SAE: Use more generic random bignum generation 12 years ago
  Jouni Malinen 305fe835d4 Add more crypto_bignum_*() wrappers 12 years ago
  Jouni Malinen cd9c2714e7 SAE: Add support for ECC group 21 (521-bit random ECP group) 12 years ago
  Jouni Malinen bf14657b9f SAE: Add support for additional ECC groups 12 years ago
  Jouni Malinen a55f2eef71 SAE: Use EC group context to get the group prime 12 years ago
  Jouni Malinen ce46ec8df0 SAE: Store the group order in EC context data 12 years ago
  Jouni Malinen 619c70a0b2 crypto: Add wrappers for OpenSSL BIGNUM and EC_POINT 12 years ago
  Jouni Malinen 44ec48ebfd FIPS: Remove md5-non-fips.c 12 years ago
  Jouni Malinen adb9b8edc4 OpenSSL: Silence a compiler warning with OpenSSL 0.9.7 12 years ago
  Jouni Malinen 26a379224c OpenSSL: Implement SHA256 HMAC functions using HMAC API 12 years ago
  Jouni Malinen 0b5e98557e FIPS: Use OpenSSL CMAC implementation instead of aes-omac1.c 12 years ago
  Jouni Malinen 982bafedaf FIPS: Mix in OpenSSL RAND_bytes() into random_get_bytes() 12 years ago
  Jouni Malinen 105f5881d5 OpenSSL: Fix crypto_hash_init() to initialize HMAC context 12 years ago
  Jouni Malinen 030d062fac OpenSSL: Implement SHA1 HMAC functions using HMAC API 12 years ago
  Jouni Malinen e40c86ad27 OpenSSL: Use library function for PBKDF2 passphrase-to-PSK 12 years ago
  Jouni Malinen 860a93d5f7 OpenSSL: Convert low level AES API use to EVP 12 years ago
  Jouni Malinen 895cb1683d OpenSSL: Add support for HMAC functions with 0.9.8 and older 12 years ago
  Jouni Malinen d9cc4646eb OpenSSL: Add support for crypto_hash_{init,update,finish}() 12 years ago
  Jouni Malinen a0d0c560c3 Add dh5_init_fixed() to allow fixed DH parameters to be used 13 years ago