You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src/tls
Johannes Berg 87098d3324 build: Put archive files into build/ folder too
This is something I hadn't previously done, but there are
cases where it's needed, e.g., building 'wlantest' and then
one of the tests/fuzzing/*/ projects, they use a different
configuration (fuzzing vs. not fuzzing).

Perhaps more importantly, this gets rid of the last thing
that was dumped into the source directories, apart from
the binaries themselves.

Note that due to the use of thin archives, this required
building with absolute paths.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
4 years ago
..
.gitignore Add rules for building src/tls/libtls.a and use it with eap_example 15 years ago
Makefile build: Put archive files into build/ folder too 4 years ago
asn1.c ASN.1: Helper functions for building DER encoded data 4 years ago
asn1.h ASN.1: Helper functions for building DER encoded data 4 years ago
bignum.c bignum: Fix documentation for bignum_cmp_d() 5 years ago
bignum.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
libtommath.c libtommath: Make sure fast_s_mp_mul_digs initializes the W[] array 5 years ago
pkcs1.c PKCS#1: Debug dump invalid Signature EB 4 years ago
pkcs1.h PKCS 1: Add function for checking v1.5 RSA signature 10 years ago
pkcs5.c TLS: Extend PKCS #5 to support PKCS #12 style key decryption 9 years ago
pkcs5.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
pkcs8.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
pkcs8.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
rsa.c Remove trailing whitespace 7 years ago
rsa.h Add function for building RSA public key from n and e parameters 10 years ago
tlsv1_client.c TLS: Add support for RFC 5705 TLS exporter context with internal TLS 5 years ago
tlsv1_client.h TLS: Add support for RFC 5705 TLS exporter context with internal TLS 5 years ago
tlsv1_client_i.h TLS: Parse CertificateStatus message 9 years ago
tlsv1_client_ocsp.c TLS client: Multi-OCSP check to cover intermediate CAs 9 years ago
tlsv1_client_read.c TLS: TOD-STRICT and TOD-TOFU certificate policies 4 years ago
tlsv1_client_write.c tests: TLS fuzzing tool 5 years ago
tlsv1_common.c Remove trailing whitespace 7 years ago
tlsv1_common.h TLS server: OCSP stapling with ocsp_multi option (RFC 6961) 9 years ago
tlsv1_cred.c Clean up base64_{encode,decode} pointer types 5 years ago
tlsv1_cred.h TLS server: OCSP stapling with ocsp_multi option (RFC 6961) 9 years ago
tlsv1_record.c TLS: Use os_memcmp_const() for hash/password comparisons 10 years ago
tlsv1_record.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
tlsv1_server.c TLS: Add support for RFC 5705 TLS exporter context with internal TLS 5 years ago
tlsv1_server.h TLS: Add support for RFC 5705 TLS exporter context with internal TLS 5 years ago
tlsv1_server_i.h TLS server: Add internal callbacks get_failed, get_*_alerts 5 years ago
tlsv1_server_read.c TLS server: Local failure information on verify_data mismatch 5 years ago
tlsv1_server_write.c tests: TLS fuzzing tool 5 years ago
x509v3.c X509: Use unique debug prints for unused bits entries 4 years ago
x509v3.h TLS: TOD-STRICT and TOD-TOFU certificate policies 4 years ago