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 722138cd25 build: Put object files into build/ folder
Instead of building in the source tree, put most object
files into the build/ folder at the root, and put each
thing that's being built into a separate folder.

This then allows us to build hostapd and wpa_supplicant
(or other combinations) without "make clean" inbetween.

For the tests keep the objects in place for now (and to
do that, add the build rule) so that we don't have to
rewrite all of that with $(call BUILDOBJS,...) which is
just noise there.

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 object files into build/ folder 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