]> git.ipfire.org Git - thirdparty/hostap.git/history - src/crypto
EAP-pwd client: Verify received scalar and element
[thirdparty/hostap.git] / src / crypto /
2019-04-09  Jouni MalinenOpenSSL: Use constant time selection for crypto_bignum_...
2019-04-09  Jouni MalinenOpenSSL: Use constant time operations for private bignums
2019-04-09  Jouni MalinenExtend domain_match and domain_suffix_match to allow...
2019-04-09  Jouni MalinenwolfSSL: Fix dNSName matching with domain_match and...
2019-04-06  Ilan Peercrypto: Fix unreachable code in tls_prf_sha1_md5()
2019-03-19  Jouni MalinenOpenSSL: Fix build with current BoringSSL
2019-03-16  Jouni MalinenAdd TEST_FAIL() to aes_encrypt_init() with internal...
2019-03-16  Jouni MalinenTLS: Add support for RFC 5705 TLS exporter context...
2019-03-16  Ervin OroAdd support for an optional context parameter to TLS...
2019-03-14  Jouni MalinenOpenSSL: Fix build with OpenSSL 1.0.2
2019-03-11  Jared BentsOpenSSL: Add 'check_cert_subject' support for TLS server
2019-03-05  Jouni MalinenAdd explicit checks for peer's DH public key
2019-02-11  Jouni MalinenOpenSSL: Fix uninitialized variable in CRL reloading...
2019-02-11  Jouni Malinentests: TLS fuzzing tool
2019-02-09  Jouni MalinenTLS server: Add internal callbacks get_failed, get_...
2019-02-09  Jouni MalinenOpenSSL: Add more handshake message names to debug
2019-01-27  Jared Bentscrl_reload_interval: Add CRL reloading support
2019-01-12  Stefan StroginFix build with LibreSSL
2019-01-05  Jouni MalinenOpenSSL: Allow systemwide policies to be overridden
2019-01-05  Jouni MalinenOpenSSL: Fix build with OpenSSL 1.0.2
2019-01-02  Mikael Kanstrupcrypto internal: Make MD4 PADDING array const
2019-01-02  Ilan Peercrypto: Reduce the size of sha512_compress() stack...
2019-01-01  Lubomir Rintelcrypto: Add option to use getrandom()
2019-01-01  Isaac BoukrisOpenSSL: Load chain certificates from client_cert file
2018-12-31  Sam Vosshostapd: Add configuration option check_crl_strict
2018-12-31  Jouni MalinenAdd internal HMAC-SHA512 implementation to fix NEED_SHA...
2018-12-30  Hristo VenevOpenSSL: Add openssl_ecdh_curves parameter
2018-12-21  Andrey UtkinFix build with LibreSSL
2018-11-30  Jouni MalinenOpenSSL: Include sha512.h to match function prototypes
2018-10-11  Jouni MalinenTLS: Add tls_connection_peer_serial_num()
2018-10-11  Jouni MalinenOpenSSL: Make serial number of peer certificate availab...
2018-09-02  Johannes Bergrandom: Remove write-only variable random_entropy_file_read
2018-08-12  Rosen PenevOpenSSL: Fix compile with OpenSSL 1.1.0 and deprecated...
2018-05-17  Jouni MalinenwolfSSL: Fix crypto_bignum_rshift() wrapper
2018-05-17  Sean ParkinsonwolfSSL: DH initialization to call TEST_FAIL() for...
2018-05-17  Sean ParkinsonwolfSSL: Fix ECDH set peer to use the index when import...
2018-05-02  Sean ParkinsonwolfSSL: Fix EAP-FAST key derivation
2018-05-02  Sean ParkinsonwolfSSL: Do not free cert store after setting it
2018-05-02  Sean ParkinsonwolfSSL: Fix OCSP ifdefs
2018-05-02  Sean ParkinsonwolfSSL: Fix altSubjectName handling
2018-05-02  Sean ParkinsonwolfSSL: Use defines from wolfssl/options.h
2018-05-02  Sean ParkinsonwolfSSL: Use wolfSSL memory allocation in dh5_init()
2018-05-02  Sean ParkinsonwolfSSL: Load certificates using 'chain' APIs
2018-05-02  Sean ParkinsonwolfSSL: Changes for memory allocation failure testing
2018-05-02  Sean ParkinsonwolfSSL: Fix crypto_hash_init() memory clearing
2018-05-02  Sean ParkinsonwolfSSL: Fix crypto_ec_point_y_sqr()
2018-05-02  Sean ParkinsonwolfSSL: Fix crypto_ec_point_solve_y_coord()
2018-05-02  Sean ParkinsonwolfSSL: Add crypto_ecdh_*()
2018-05-02  Sean ParkinsonwolfSSL: Use new digest namespace
2018-05-01  Sean ParkinsonwolfSSL: Fix conditional EAP-FAST compilation issue
2018-05-01  Jouni MalinenEAP-TLS: Extend TLS version config to allow TLS v1...
2018-05-01  Jouni MalinenOpenSSL: Move server vs. client information into connec...
2018-05-01  Jouni MalinenOpenSSL: Terminate TLS handshake if ClientHello cannot...
2018-04-14  Jouni MalinenOpenSSL: Skip SSL_OP_NO_TLSv1_3 if not defined to fix...
2018-04-14  Bernard SpilFix build with LibreSSL 2.7
2018-03-03  Sean ParkinsonAdd support for wolfSSL cryptographic library
2018-02-19  Jouni MalinenBoringSSL: Set appropriate sigalgs for Suite B RSA...
2018-02-19  Jouni MalinenBoringSSL: Map OpenSSL SUITEB192 cipher into appropriat...
2018-02-19  Jouni MalinenBoringSSL: Map OpenSSL SUITEB192 cipher into appropriat...
2018-02-19  Jouni MalinenOpenSSL: Replace SSL_set1_curves_list() with SSL_set1_c...
2018-02-14  Jouni MalinenOpenSSL: Fix EAP-FAST with OpenSSL 1.1.1-pre1
2017-12-29  Jouni MalinenGnuTLS: Add option to build with libnettle instead...
2017-12-28  Jouni MalinenGnuTLS: Suite B validation
2017-12-28  Jouni MalinenGnuTLS: Add support for disabling TLS versions
2017-12-28  Jouni MalinenGnuTLS: Implement tls_get_cipher()
2017-12-28  Jouni MalinenGnuTLS: Make debug prints clearer for cert/key parsing
2017-12-28  Jouni MalinenGnuTLS: Add TEST_FAIL() to crypto routines for testing...
2017-12-28  Jouni MalinenGnuTLS: Implement tls_get_version()
2017-12-27  Jouni MalinenGnuTLS: Implement HMAC functions using libgcrypt
2017-12-27  Jouni MalinenGnuTLS: Implement sha{256,384,512}_vector() using libgcrypt
2017-12-27  Jouni MalinenGnuTLS: Use a helper function for hash functions
2017-12-24  Sean ParkinsonEnhance crypto abstract API for DH
2017-12-24  Jouni Malinencrypto: Implement new crypto API functions for DH
2017-12-24  Jouni MalinenOpenSSL: Implement new crypto API functions
2017-12-24  Sean ParkinsonEnhance crypto abstract API
2017-12-24  Sean ParkinsonFix copy-paste errors in function comments
2017-12-24  Jouni MalinenDH: Remove trailing whitespace
2017-12-10  Jouni MalinenOpenSSL: Replace EVP_PKEY_paramgen() with EC_KEY_new_by...
2017-12-10  Jouni MalinenBoringSSL: Use EC_KEY_new_by_curve_name() to simplify...
2017-12-10  Jouni MalinenRevert "BoringSSL: Define RSA_bits() helper"
2017-12-10  Jouni MalinenOpenSSL: Allow cipher list to be overridden for tls_sui...
2017-12-09  David BenjaminOpenSSL: Avoid SSL*_use_default_passwd_cb()
2017-12-09  David BenjaminOpenSSL: Remove unnecessary os_strdup() from password...
2017-11-17  Jouni MalinenBoringSSL: Add AES support with 192-bit keys
2017-11-17  Jouni MalinenOpenSSL: Debug message if requested AES key length...
2017-11-17  Jouni MalinenBoringSSL: Implement crypto_ecdh_init()
2017-11-17  Jouni MalinenBoringSSL: Comment out SSL_set_default_passwd_cb*(...
2017-11-17  Jouni MalinenBoringSSL: Comment out SSL_set1_sigalgs_list() call
2017-11-17  Jouni MalinenBoringSSL: Define RSA_bits() helper
2017-09-18  Jouni MalinenOpenSSL: Force RSA 3072-bit DH prime size limit for...
2017-09-18  Jouni MalinenOpenSSL: Add option to disable ECDHE with Suite B RSA
2017-09-18  Jouni MalinenOpenSSL: Force RSA 3072-bit key size limit for Suite B
2017-09-18  Jouni MalinenAdd hostapd tls_flags parameter
2017-09-16  Jouni MalinenSuite B: Add tls_suiteb=1 parameter for RSA 3k key...
2017-09-10  Michael Brauncrypto: Fix undefined behavior in random number generator
2017-09-05  Jouni MalinenAdd SHA-384 routines to libcrypto.a
2017-07-17  Jouni MalinenOpenSSL: Clear default_passwd_cb more thoroughly
2017-07-17  Beniamino GalvaniOpenSSL: Fix private key password handling with OpenSSL...
2017-07-17  Beniamino GalvaniOpenSSL: Add build option to select default ciphers
2017-06-17  Jouni MalinenExtend SHA-384 and SHA-512 support to match SHA-256
next