]> git.ipfire.org Git - thirdparty/hostap.git/history - src/crypto
EAP-SIM DB: Store permanent username as string in SQLite DB
[thirdparty/hostap.git] / src / crypto /
2012-08-22  Jouni MalinenAdd sha256-prf.tls into libcrypto build
2012-08-19  Jouni MalinenOpenSSL: Make fips186_2_prf() easier for static analyzers
2012-08-19  Jouni MalinenFIPS: Remove md5-non-fips.c
2012-08-17  Jouni MalinenFix EAP-FAST with OpenSSL 1.0.1
2012-08-17  Jouni MalinenOpenSSL: Add mechanism for disabling TLS Session Ticket...
2012-08-16  Jouni MalinenOpenSSL: Silence a compiler warning with OpenSSL 0.9.7
2012-08-16  Jouni MalinenOpenSSL: Implement SHA256 HMAC functions using HMAC API
2012-08-16  Jouni MalinenMove SHA256-based PRF function into a separate C file
2012-08-16  Jouni MalinenFIPS: Use OpenSSL CMAC implementation instead of aes...
2012-08-16  Jouni MalinenFIPS: Mix in OpenSSL RAND_bytes() into random_get_bytes()
2012-08-16  Jouni MalinenOpenSSL: Fix crypto_hash_init() to initialize HMAC...
2012-08-16  Jouni MalinenOpenSSL: Implement SHA1 HMAC functions using HMAC API
2012-08-16  Jouni MalinenMove SHA1-based PRF function into a separate C file
2012-08-16  Jouni MalinenOpenSSL: Use library function for PBKDF2 passphrase...
2012-08-16  Jouni MalinenDo not export TLS keys in FIPS mode
2012-08-16  Jouni MalinenOpenSSL: Use internal keying material exporter when...
2012-08-16  Jouni MalinenMSCHAPv2: Check challenge_hash() failures
2012-08-16  Jouni MalinenOpenSSL: Convert low level AES API use to EVP
2012-08-16  Jouni MalinenOpenSSL: Fix memory leak on FIPS error paths
2012-08-07  Jouni MalinenConvert remaining SSID routines from char* to u8*
2012-08-04  Jouni MalinenOpenSSL: Remove trailing whitespace from lines
2012-08-04  Christopher WileyOpenSSL: Fix ca_cert_verify for TPM
2012-07-07  Jouni MalinenOpenSSL: Add support for HMAC functions with 0.9.8...
2012-07-02  Jouni MalinenOpenSSL: Add support for crypto_hash_{init,update,finish}()
2012-06-27  Jouni MalinenAdd dh5_init_fixed() to allow fixed DH parameters to...
2012-06-04  Paul Stewartwpa_supplicant: Report EAP connection progress to DBus
2012-04-08  Jouni MalinenMake random_add_randomness() debug print less verbose
2012-02-11  Jouni MalinenRemove the GPL notification from files contributed...
2011-11-27  Jouni MalinenRename tls_prf() to tls_prf_sha1_md5()
2011-11-27  Jouni MalinenAdd implementation of TLS v1.2 PRF (P_SHA256)
2011-11-27  Jouni MalinenAdd SHA256-hash functions to generic crypto_hash_*...
2011-11-19  Maciej SzmigieroOpenSSL: Read certificate chain from server_cert file
2011-11-18  Jouni MalinenUse NULL instead of 0 for pointers
2011-11-18  Jouni MalinenMark local functions static
2011-11-13  Jouni MalinenMake crypto_hash_init() easier for static analyzers
2011-11-13  Jouni MalinenMake crypto_hash_init() easier for static analyzers
2011-11-13  Jouni MalinenMake fips186_2_prf() easier for static analyzers
2011-11-13  Jouni MalinenRemove unnecessary include file inclusion
2011-11-13  Jouni MalinenUse shared SHA-256 define for the block size
2011-11-13  Jouni MalinenMake sha256_process() easier for static analyzers
2011-11-13  Jouni MalinenTLS: Add preliminary support for partial message processing
2011-11-05  Jouni MalinenAdd random.c into libcrypto.a
2011-10-30  Pavel Roskinrandom: Improve error messages about writing to entropy...
2011-10-28  Evan BroderFor MS-CHAP, convert the password from UTF-8 to UCS-2
2011-09-25  Jouni MalinenRemove EAP-TTLSv1 and TLS/IA
2011-09-25  Jouni MalinenGnuTLS: Fix build bit various GnuTLS versions
2011-09-21  Pavel RoskinFix typos found by codespell
2011-09-17  Jouni Malineneapol_test: Add option for writing server certificate...
2011-08-06  Jouni Malinenrandom: Check fwrite return value to avoid warnings
2011-07-15  Jouni MalinenCheck random_get_bytes() result before writing entropy...
2011-07-15  Jouni MalinenMD5: Fix clearing of temporary stack memory to use...
2011-07-05  Jouni MalinenTLS: Add support for tls_disable_time_checks=1 in clien...
2011-05-31  Jouni Malinenrandom: Add support for maintaining internal entropy...
2011-04-13  Jouni MalinenOpenSSL: Use consistent SSL_get_app_data validation...
2011-04-11  Adam KentFix #ifdef check for older openssl versions
2011-03-22  Jouni Malinenrandom: Read /dev/random in the background with eloop...
2011-02-26  Dmitry ShmidtOpenSSL: Add access to Android certificates
2011-02-22  Jouni MalinenRemove unneeded OpenSSL error messages from key/cert...
2010-12-14  Jouni MalinenRemoved unused variable from non-Linux builds
2010-11-25  Jouni Malinenrandom: Fix a compiler warning about unused variable
2010-11-24  Jouni Malinenhostapd: Verify availability of random data when using...
2010-11-23  Jouni MalinenMaintain internal entropy pool for augmenting random...
2010-11-23  Jouni MalinenAnnotate places depending on strong random numbers
2010-06-27  Jouni MalinenOpenSSL: Fix public key length in DH group 5 operations
2010-04-17  Jouni MalinenRemove unnecessary SUBDIRS loops from src/*/Makefile
2010-04-12  Jouni MalinenFix internal DH implementation not to pad shared key
2010-04-11  Jouni MalinenUse unsigned bitfield for 1-bit values
2010-02-13  Jouni MalinenAdd TLS client events, server probing, and srv cert...
2010-02-12  Jouni MalinenOpenSSL: Fix tls_init(NULL) with FIPS-enabled build
2010-01-08  Jouni MalinenFix PKCS#12 use with OpenSSL 1.0.0
2009-12-28  Jouni MalinenInclude header file to verify prototypes
2009-12-20  Jouni MalinenGnuTLS: Implement tls_connection_enable_workaround()
2009-12-20  Jouni MalinenGnuTLS: Add support for piggybacked Application Data
2009-12-20  Jouni MalinenGnuTLS: Define empty tls_connection_set_session_ticket_cb()
2009-12-20  Jouni MalinenUse wpabuf with tls_connection_ia_send_phase_finished()
2009-12-20  Jouni MalinenAllow TLS flags to be configured (allow MD5, disable...
2009-12-20  Jouni MalinenGnuTLS: Report certificate validation failures with...
2009-12-20  Jouni MalinenOpenSSL: Fix memleak in previous wpabuf changes on...
2009-12-20  Jouni MalinenGnuTLS: Use struct wpabuf for push/pull buffers
2009-12-20  Jouni MalinenConvert TLS wrapper to use struct wpabuf
2009-12-20  Jouni MalinenAdd empty FIPS PRF wrapper for CryptoAPI
2009-12-20  Jouni MalinenAdd empty crypto_mod_exp() wrapper for CryptoAPI.
2009-12-20  Jouni MalinenFix MinGW build: CertCreateCertificateContext() is...
2009-12-14  Jouni MalinenOpenSSL: Silence "Failed to read possible Application...
2009-12-06  Jouni MalinenSplit crypto_internal.c into parts to clean up build
2009-12-06  Jouni MalinenUse thin archives to allow libraries to be merged
2009-12-05  Jouni MalinenRemove unnecessary defines
2009-12-05  Jouni MalinenAdd forgotten files into libcrypto.a
2009-12-05  Jouni MalinenAdd rules for building src/crypto as a library
2009-12-05  Jouni MalinenMove Milenage test code into the new tests directory
2009-12-05  Jouni MalinenMove milenage.[ch] into src/crypto
2009-11-24  Jouni MalinenResolve some sparse warnings
2009-11-21  Jouni MalinenOpenSSL: Remove unneeded MinGW CryptoAPI compat code
2009-11-21  Jouni MalinenGnuTLS: Fix compilation with newer GnuTLS versions
2009-11-21  Jouni MalinenFix strict aliasing issue with the internal SHA-1 imple...
2009-10-17  Jouni MalinenMove shared MD5/SHA-1 internal definitions into header...
2009-10-17  Jouni MalinenMove shared DES definitions into a header file
2009-10-17  Jouni MalinenMove PKCS# {1,5,8} functionality into separate files
2009-10-17  Jouni MalinenAdd support for PKCS #5 encrypted PKCS #8 keys with...
2009-10-17  Jouni MalinenAdd DES-CBC support into internal crypto implementation
next