]> git.ipfire.org Git - thirdparty/hostap.git/history - src/crypto
tests: Make mbo_cell_capa_update_pmf more robust
[thirdparty/hostap.git] / src / crypto /
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
2017-05-09  Jouni MalinenOpenSSL: Try SHA256 hash for OCSP certificate matching
2017-03-12  Jouni MalinenReturn success/failure result from sha384_prf()
2017-03-11  Jouni Malinentests: Extract-and-Expand HKDF (RFC 5869)
2017-03-11  Jouni MalinenExtend hmac_sha256_kdf() to support HKDF-Expand() as...
2017-03-11  Jouni MalinenOpenSSL: Add wrapper functions for ECDH
2017-03-07  Johannes BergUse os_memdup()
2017-02-28  Jouni Malinenaf_alg: Crypto wrappers for Linux kernel crypto (AF_ALG)
2017-02-28  Jouni Malinencrypto: Process des_encrypt() error returns in callers
2017-02-28  Jouni Malinencrypto: Add return value to DES and AES encrypt/decrypt
2017-02-16  Jouni Malinentests: Add HMAC-SHA256 and HMAC-SHA384 test vectors...
2017-02-16  Jouni MalinenAdd HMAC-SHA384 with internal crypto
2017-02-16  Jouni MalinenOpenSSL: Fix hmac_sha384_vector() implementation
2017-02-14  Jouni Malinentests: Add TEST_FAIL() to OpenSSL aes_wrap() and aes_un...
2017-01-29  Paul StewartOpenSSL/BoringSSL: Read certificate chain from client_c...
2017-01-13  Jouni MalinenOpenSSL: Implement sha384_vector()
2016-12-28  Jouni MalinenRemove trailing whitespace
2016-12-21  Jouni MalinenOpenSSL: Make sure local certificate auto chaining...
2016-12-21  Jouni MalinenOpenSSL: Remove SSL_{CTX_,}_clear_options ifdefs
2016-10-10  Jouni MalinenExtend AES-SIV implementation to support different...
2016-10-07  Julian OspaldLibreSSL: Fix compatibility for EAP-FAST
2016-10-07  Christian NeukirchenLibreSSL: Fix TLS initialization/deinitialization
2016-10-07  Christian NeukirchenLibreSSL: Fix dh5 code
2016-09-30  Nishant ChapranaFix spelling mistakes in number of comments
2016-08-13  David BenjaminOpenSSL: Fix OpenSSL 1.1.0 compatibility functions
2016-07-15  Jouni MalinenOpenSSL: Fix OpenSSL 1.1.0 DH operation
2016-06-24  Jouni MalinenOpenSSL: Update to match the modified DH_get0_key(...
2016-06-24  Jouni MalinenOpenSSL: Silence sparse warnings in fips186_2_prf()
2016-06-23  Jouni Malinentests: Declare module test functions in a header file
2016-06-23  Jouni Malinentests: Mark some module test arrays static
2016-06-23  Jouni MalinenOpenSSL: Pull in header files to check function prototypes
2016-06-11  David WoodhouseOpenSSL: Initialise PKCS#11 engine even if found with...
2016-05-23  David BenjaminOpenSSL: Comment out tls_connection_get_eap_fast_key...
2016-05-23  David BenjaminTLS: Split tls_connection_prf() into two functions
2016-05-23  David BenjaminOpenSSL: Remove two more accesses of ssl_ctx->cert_store
2016-05-13  Jouni MalinenOpenSSL: Make dh5_init() match the generic implementation
2016-05-10  David BenjaminOpenSSL: BoringSSL has SSL_get_client_random(), etc.
2016-04-19  Jouni MalinenOpenSSL: Support OpenSSL 1.1.0 DH opacity
2016-03-27  Jouni Malinentests: Add TEST_FAIL() calls into OpenSSL bignum operations
2016-03-27  Jouni MalinenSAE: Check SHA256-PRF operation result
2016-03-16  Jouni MalinenBoringSSL: Keep static analyzers happier with X509_get0...
2016-02-16  Jouni MalinenOpenSSL: Fix PKCS#12 parsing of extra certificates...
2016-02-16  Jouni MalinenOpenSSL: Fix memory leak in PKCS12 additional certifica...
2016-02-16  Jouni MalinenOpenSSL: Fix memory leak in HMAC_CTX compatibility...
2016-02-15  Jouni MalinenOpenSSL: Fix memory leak in OCSP parsing
2016-02-15  Jouni MalinenOpenSSL: Do not use library init/deinit functions with...
2016-02-15  Jouni MalinenOpenSSL: Fix memory leak in subjectAltName parsing
2016-02-15  Jouni MalinenOpenSSL: Fix memory leak with EVP_CIPHER_CTX_new()
2016-02-15  Jouni MalinenOpenSSL: Fix memory leak on error path
2016-02-05  Ayala BekerOpenSSL: Fix server side PKCS#12 processing with extra...
2016-02-05  Ayala BekerOpenSSL: Fix possible null pointer dereference on an...
2016-02-05  Rubin XuAndroid: Support multiple CA certs when connecting...
2016-01-15  Jouni MalinenOpenSSL: Clean up openssl_digest_vector() to use a...
2016-01-15  Jouni MalinenOpenSSL: Clean up crypto_hash_*() to use a single imple...
2016-01-15  Jouni MalinenLibreSSL: Fix build with LibreSSL
2016-01-14  Jouni Malinentests: aes_encrypt_init() and aes_decrypt_init() to...
2016-01-14  Jouni MalinenOpenSSL: Use EVP_CIPHER_CTX_new() to work with OpenSSL...
2016-01-14  Jouni MalinenOpenSSL: Update session_secret callback to match OpenSS...
2016-01-07  Jouni MalinenOpenSSL: Fix client certificate chain building after...
2015-12-31  Jouni MalinenEAP-FAST: Enable AES256-based TLS cipher suites with...
2015-12-31  Jouni MalinenOpenSSL: Share a single openssl_tls_prf() implementation
2015-12-31  Jouni MalinenOpenSSL: Clean up function to fetch client/server random
2015-12-31  Jouni MalinenOpenSSL: Drop support for OpenSSL 1.0.0
2015-12-31  Jouni MalinenOpenSSL: Drop support for OpenSSL 0.9.8
2015-12-28  Jouni MalinenRemove unnecessary cleanup assignment in SHA1Final()
next