P2P: Limit p2p_connect .. pbc join based on BSSID
[libeap.git] / src / crypto /
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
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_MD5
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_MD4
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_SHA256
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_AES
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_DES
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_SHA1
2009-06-29 Jouni MalinenAdd root .gitignore file to cleanup ignore lists
2009-05-26 Jouni Malinenhostapd: Fix internal crypto build without TLS
2009-03-25 Jouni MalinenRename EAP server defines from EAP_* to EAP_SERVER_*
2009-03-19 Jouni MalinenFix IEEE 802.11r key derivation function to match with...
2009-02-27 Jouni MalinenFix builds that need SHA256 or mod_exp, but not TLS...
2009-02-15 Daniel MierswaImproved 'make install' (use BINDIR/LIBDIR, install...
2009-02-09 Jouni MalinenUse larger buffer for TLS encryption to avoid issues...
2009-02-07 Jouni MalinenAvoid memory leak on error path in crypto_cipher_init()
2009-02-07 Jouni MalinenAdd crypto_cipher_{init,encrypt,decrypt,deinit} for...
2009-02-05 Jouni MalinenAdd crypto_mod_exp() for GnuTLS (libgcrypt)
2009-02-05 Jouni MalinenCleaned up printf format warnings on 64-bit build
2009-01-12 Jouni MalinenAdded CONFIG_NO_AES_EXTRAS for hostapd
2009-01-04 Jouni MalinenSilenced number of Doxygen warnings
2009-01-02 Jouni MalinenFixed number of doxygen warnings
2008-12-18 Andriy TkachukFix CONFIG_WPS=y, CONFIG_TLS=internal build
2008-12-10 Jouni MalinenComment out dynamic CertEnumCertificatesInStore loading...
2008-11-23 Jouni MalinenUse SSL_F_SSL_SET_SESSION_TICKET_EXT instead of OPENSSL...
2008-11-16 Jouni MalinenOpenSSL 0.9.9 API change for EAP-FAST session ticket...
2008-08-24 Jouni MalinenFixed internal TLSv1 server implementation for abbrevia...
2008-06-02 Jouni MalinenInternal TLS: Added support for parsing PKCS #8 formatt...
2008-05-29 Jouni MalinenChanged TLS server to use OpenSSL SSL_accept() instead...
2008-05-26 Jouni MalinenDo not define tls_engine_get_cert() if OpenSSL engine...
2008-05-23 David SmithAdd support to crypto/tls for client cert and CA cert...
2008-05-21 Jouni MalinenOnly use SSL_OP_NO_COMPRESSION if it is defined
2008-05-15 Jouni MalinenDisable TLS compression since the EAP-TTLS/PEAP/FAST...
2008-04-14 Jouni MalinenFixed tls_prf() to handle keys with odd length
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...