]> git.ipfire.org Git - thirdparty/hostap.git/history - src/crypto
P2P: Notify upper framework on stopping the p2p_find(SEARCH)
[thirdparty/hostap.git] / src / crypto /
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
2009-10-16  Jouni Malinenopenssl: Allow build with OpenSSL 0.9.7
2009-10-16  Jouni Malinenopenssl: Mark openssl_digest_vector() static
2009-10-11  Jouni MalinenClean up crypto makefile segments
2009-10-11  Jouni MalinenAllow the internal DH implementation to be overridden
2009-10-11  Jouni MalinenInclude only the used DH groups in the build
2009-09-30  Jouni MalinenNSS: Implement TLS PRF using new TLS extractor interface
2009-09-28  Jouni MalinenAdd preliminary version of NSS TLS/crypto wrapper for...
2009-08-17  Jouni MalinenRemove unneeded aes_i.h inclusion from number of places
2009-08-16  Jouni MalinenFix crypto_cipher_init() EVP initialization
2009-08-16  Jouni MalinenUse OpenSSL for RC4 instead of internal implementation
2009-08-16  Jouni MalinenMove RC4 into crypto.h as a replaceable crypto function
2009-08-16  Jouni MalinenRemove rc4() wrapper
2009-08-16  Jouni MalinenFix build with non-FIPS capable OpenSSL
2009-08-16  Jouni MalinenAllow non-FIPS MD5 to be used with TLS PRF even in...
2009-08-16  Jouni MalinenPreliminary support for FIPS mode operation with OpenSSL
2009-08-16  Jouni MalinenPass error values from digest calls to ms_funcs callers
2009-08-16  Jouni MalinenOpenSSL: Use library version of SHA256
2009-08-16  Jouni MalinenOpenSSL: Use EVP_Digest*() functions
2009-08-16  Jouni MalinenMake hash functions return error value
2009-08-16  Jouni MalinenEnable SHA256 digest support in OpenSSL
2009-08-13  Johannes BergCrypto build cleanup: remove CONFIG_NO_AES_*
2009-08-13  Johannes BergRemove some more crypto ifdef, fix a few small bugs
2009-08-13  Johannes BergCrypto build cleanup: remove CONFIG_NO_AES_ENCRYPT
2009-08-13  Johannes BergCrypto build cleanup: remove CONFIG_NO_AES_DECRYPT
2009-08-11  Johannes BergCrypto build cleanup: remove CONFIG_NO_PBKDF2
2009-08-11  Johannes BergCrypto build cleanup: remove CONFIG_NO_TLS_PRF
2009-08-11  Johannes BergCrypto build cleanup: remove CONFIG_NO_T_PRF
2009-08-11  Johannes BergCrypto build cleanup: remove NEED_FIPS186_2_PRF
next