.. |
.gitignore
|
631afd993f
Add rules for building src/crypto as a library
|
il y a 15 ans |
Makefile
|
09eef142ea
Use internal FIPS 186-2 PRF if needed
|
il y a 11 ans |
aes-cbc.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
aes-ccm.c
|
87a5c93bec
AES-CCM: Use os_memcmp_const() for hash/password comparisons
|
il y a 10 ans |
aes-ctr.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
aes-eax.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
aes-encblock.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
aes-gcm.c
|
05f916eeed
AES-GCM: Use os_memcmp_const() for hash/password comparisons
|
il y a 10 ans |
aes-internal-dec.c
|
d140db6adf
Add support for using 192-bit and 256-bit keys with AES-GCM
|
il y a 12 ans |
aes-internal-enc.c
|
d140db6adf
Add support for using 192-bit and 256-bit keys with AES-GCM
|
il y a 12 ans |
aes-internal.c
|
d140db6adf
Add support for using 192-bit and 256-bit keys with AES-GCM
|
il y a 12 ans |
aes-omac1.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
aes-unwrap.c
|
a256506ddc
AES: Extend key wrap implementation to support longer data
|
il y a 10 ans |
aes-wrap.c
|
a256506ddc
AES: Extend key wrap implementation to support longer data
|
il y a 10 ans |
aes.h
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
aes_i.h
|
d140db6adf
Add support for using 192-bit and 256-bit keys with AES-GCM
|
il y a 12 ans |
aes_wrap.h
|
eefec1e40b
AES: Extend key wrap design to support longer AES keys
|
il y a 10 ans |
crypto.h
|
ab6d047405
Add function for building RSA public key from n and e parameters
|
il y a 11 ans |
crypto_cryptoapi.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
crypto_gnutls.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
crypto_internal-cipher.c
|
802bc4211b
Fix AES block size handling for internal cipher
|
il y a 12 ans |
crypto_internal-modexp.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
crypto_internal-rsa.c
|
ab6d047405
Add function for building RSA public key from n and e parameters
|
il y a 11 ans |
crypto_internal.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
crypto_libtomcrypt.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
crypto_none.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
crypto_nss.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
crypto_openssl.c
|
a8572960a9
Support building with BoringSSL
|
il y a 10 ans |
des-internal.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
des_i.h
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
dh_group5.c
|
a0d0c560c3
Add dh5_init_fixed() to allow fixed DH parameters to be used
|
il y a 12 ans |
dh_group5.h
|
a0d0c560c3
Add dh5_init_fixed() to allow fixed DH parameters to be used
|
il y a 12 ans |
dh_groups.c
|
e7ecab4a3b
Use ARRAY_SIZE() macro
|
il y a 11 ans |
dh_groups.h
|
2ce12789c1
Add Diffie-Hellman group definitions for MODP groups in RFC 5114
|
il y a 12 ans |
fips_prf_internal.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
fips_prf_openssl.c
|
c7f1791970
OpenSSL: Make fips186_2_prf() easier for static analyzers
|
il y a 12 ans |
md4-internal.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
md5-internal.c
|
0779c227af
Hide strict-aliasing warning with gcc 4.7
|
il y a 12 ans |
md5.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
md5.h
|
44ec48ebfd
FIPS: Remove md5-non-fips.c
|
il y a 12 ans |
md5_i.h
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
milenage.c
|
a79aea531e
Milenage: Use os_memcmp_const() for hash/password comparisons
|
il y a 10 ans |
milenage.h
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
ms_funcs.c
|
22dd2d7a98
Fix MSCHAP UTF-8 to UCS-2 conversion for three-byte encoding
|
il y a 11 ans |
ms_funcs.h
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
random.c
|
982bafedaf
FIPS: Mix in OpenSSL RAND_bytes() into random_get_bytes()
|
il y a 12 ans |
random.h
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
rc4.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
sha1-internal.c
|
09eef142ea
Use internal FIPS 186-2 PRF if needed
|
il y a 11 ans |
sha1-pbkdf2.c
|
986de33d5c
Convert remaining SSID routines from char* to u8*
|
il y a 12 ans |
sha1-prf.c
|
d6150094e0
Move SHA1-based PRF function into a separate C file
|
il y a 12 ans |
sha1-tlsprf.c
|
44ec48ebfd
FIPS: Remove md5-non-fips.c
|
il y a 12 ans |
sha1-tprf.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
sha1.c
|
d6150094e0
Move SHA1-based PRF function into a separate C file
|
il y a 12 ans |
sha1.h
|
986de33d5c
Convert remaining SSID routines from char* to u8*
|
il y a 12 ans |
sha1_i.h
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
sha256-internal.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
sha256-prf.c
|
cd9c2714e7
SAE: Add support for ECC group 21 (521-bit random ECP group)
|
il y a 12 ans |
sha256-tlsprf.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
sha256.c
|
26a379224c
OpenSSL: Implement SHA256 HMAC functions using HMAC API
|
il y a 12 ans |
sha256.h
|
cd9c2714e7
SAE: Add support for ECC group 21 (521-bit random ECP group)
|
il y a 12 ans |
sha256_i.h
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
tls.h
|
b7328434f7
OpenSSL: Add a mechanism to configure cipher suites
|
il y a 10 ans |
tls_gnutls.c
|
0187c41d88
Declare wpa_debug_* variables in src/utils/wpa_debug.h
|
il y a 11 ans |
tls_internal.c
|
390b92913a
TLS testing: Allow hostapd to be used as a TLS testing tool
|
il y a 11 ans |
tls_none.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
tls_nss.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |
tls_openssl.c
|
b7328434f7
OpenSSL: Add a mechanism to configure cipher suites
|
il y a 10 ans |
tls_schannel.c
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
il y a 13 ans |