aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* GnuTLS: Implement tls_connection_enable_workaround()Jouni Malinen2009-12-201-1/+1
* GnuTLS: Add support for piggybacked Application DataJouni Malinen2009-12-201-0/+30
* GnuTLS: Define empty tls_connection_set_session_ticket_cb()Jouni Malinen2009-12-201-0/+8
* Use wpabuf with tls_connection_ia_send_phase_finished()Jouni Malinen2009-12-207-46/+27
* Allow TLS flags to be configured (allow MD5, disable time checks)Jouni Malinen2009-12-202-0/+29
* GnuTLS: Report certificate validation failures with TLS alertJouni Malinen2009-12-201-3/+29
* OpenSSL: Fix memleak in previous wpabuf changes on an error pathJouni Malinen2009-12-201-0/+1
* GnuTLS: Use struct wpabuf for push/pull buffersJouni Malinen2009-12-201-49/+30
* Convert TLS wrapper to use struct wpabufJouni Malinen2009-12-207-408/+489
* Add empty FIPS PRF wrapper for CryptoAPIJouni Malinen2009-12-201-0/+25
* Add empty crypto_mod_exp() wrapper for CryptoAPI.Jouni Malinen2009-12-201-0/+10
* Fix MinGW build: CertCreateCertificateContext() is now knownJouni Malinen2009-12-201-18/+3
* OpenSSL: Silence "Failed to read possible Application Data"Jouni Malinen2009-12-141-3/+12
* Split crypto_internal.c into parts to clean up buildJouni Malinen2009-12-065-379/+430
* Use thin archives to allow libraries to be mergedJouni Malinen2009-12-061-1/+1
* Remove unnecessary definesJouni Malinen2009-12-053-18/+0
* Add forgotten files into libcrypto.aJouni Malinen2009-12-051-0/+2
* Add rules for building src/crypto as a libraryJouni Malinen2009-12-052-3/+47
* Move Milenage test code into the new tests directoryJouni Malinen2009-12-052-817/+8
* Move milenage.[ch] into src/cryptoJouni Malinen2009-12-052-0/+1171
* Resolve some sparse warningsJouni Malinen2009-11-256-0/+6
* OpenSSL: Remove unneeded MinGW CryptoAPI compat codeJouni Malinen2009-11-211-68/+0
* GnuTLS: Fix compilation with newer GnuTLS versionsJouni Malinen2009-11-211-0/+4
* Fix strict aliasing issue with the internal SHA-1 implementationJouni Malinen2009-11-211-2/+2
* Move shared MD5/SHA-1 internal definitions into header filesJouni Malinen2009-10-175-26/+10
* Move shared DES definitions into a header fileJouni Malinen2009-10-173-21/+34
* Move PKCS# {1,5,8} functionality into separate filesJouni Malinen2009-10-171-565/+11
* Add support for PKCS #5 encrypted PKCS #8 keys with internal cryptoJouni Malinen2009-10-174-6/+300
* Add DES-CBC support into internal crypto implementationJouni Malinen2009-10-172-0/+74
* openssl: Allow build with OpenSSL 0.9.7Jouni Malinen2009-10-161-1/+42
* openssl: Mark openssl_digest_vector() staticJouni Malinen2009-10-161-2/+3
* Clean up crypto makefile segmentsJouni Malinen2009-10-112-4/+4
* Allow the internal DH implementation to be overriddenJouni Malinen2009-10-113-0/+160
* Include only the used DH groups in the buildJouni Malinen2009-10-111-1/+11
* NSS: Implement TLS PRF using new TLS extractor interfaceJouni Malinen2009-09-301-12/+17
* Add preliminary version of NSS TLS/crypto wrapper for wpa_supplicantJouni Malinen2009-09-293-0/+900
* Remove unneeded aes_i.h inclusion from number of placesJouni Malinen2009-08-179-41/+43
* Fix crypto_cipher_init() EVP initializationJouni Malinen2009-08-161-2/+2
* Use OpenSSL for RC4 instead of internal implementationJouni Malinen2009-08-161-0/+37
* Move RC4 into crypto.h as a replaceable crypto functionJouni Malinen2009-08-166-39/+21
* Remove rc4() wrapperJouni Malinen2009-08-163-18/+1
* Fix build with non-FIPS capable OpenSSLJouni Malinen2009-08-161-0/+4
* Allow non-FIPS MD5 to be used with TLS PRF even in FIPS modeJouni Malinen2009-08-165-8/+162
* Preliminary support for FIPS mode operation with OpenSSLJouni Malinen2009-08-162-1/+22
* Pass error values from digest calls to ms_funcs callersJouni Malinen2009-08-162-76/+107
* OpenSSL: Use library version of SHA256Jouni Malinen2009-08-161-0/+7
* OpenSSL: Use EVP_Digest*() functionsJouni Malinen2009-08-161-31/+30
* Make hash functions return error valueJouni Malinen2009-08-1616-94/+153
* Enable SHA256 digest support in OpenSSLJouni Malinen2009-08-161-0/+3
* Crypto build cleanup: remove CONFIG_NO_AES_*Johannes Berg2009-08-139-533/+609