mirror of https://github.com/wolfSSL/wolfssl.git
Implementations of ASN.1 APIs reworked. Added tests. Added wolfssl_bn_set_neg for ASN.1 code. Added wolfssl_sk_new_type() and wolfssl_sk_pop_type() to generically handle creating and popping a stack of elements of a type. No longer freeing pathlen field of ASN1 OBJECT in wolfSSL_X509_EXTENSION_free(). This is happening in wolfSSL_ASN1_OBJECT_free(). Stop wolfSSL_i2d_X509_NAME_canon from double freeing ASN.1 STRING's data field. Fixed up GetFormattedTime() to be better code. Added ASN_CLASS_MASK to mask off the class part of an ASN.1 tag. NO_ASN_TIME means no implementation to get the current time. Disable features that won'r work without time. |
||
---|---|---|
.. | ||
CONF_FILES_README.md | ||
NCONF_test.cnf | ||
README | ||
TXT_DB.txt | ||
api.c | ||
hash.c | ||
include.am | ||
quic.c | ||
srp.c | ||
suites.c | ||
test-altchains.conf | ||
test-chains.conf | ||
test-dhprime.conf | ||
test-dtls-downgrade.conf | ||
test-dtls-fails-cipher.conf | ||
test-dtls-fails.conf | ||
test-dtls-group.conf | ||
test-dtls-mtu.conf | ||
test-dtls-reneg-client.conf | ||
test-dtls-reneg-server.conf | ||
test-dtls-resume.conf | ||
test-dtls-sha2.conf | ||
test-dtls-srtp-fails.conf | ||
test-dtls-srtp.conf | ||
test-dtls.conf | ||
test-dtls13-cid.conf | ||
test-dtls13-downgrade-fails.conf | ||
test-dtls13-downgrade.conf | ||
test-dtls13-pq-2.conf | ||
test-dtls13-pq.conf | ||
test-dtls13-psk.conf | ||
test-dtls13.conf | ||
test-ecc-cust-curves.conf | ||
test-ed448.conf | ||
test-ed25519.conf | ||
test-enckeys.conf | ||
test-fails.conf | ||
test-maxfrag-dtls.conf | ||
test-maxfrag.conf | ||
test-p521.conf | ||
test-psk-no-id-sha2.conf | ||
test-psk-no-id.conf | ||
test-psk.conf | ||
test-rsapss.conf | ||
test-sctp-sha2.conf | ||
test-sctp.conf | ||
test-sha2.conf | ||
test-sig.conf | ||
test-tls-downgrade.conf | ||
test-tls13-down.conf | ||
test-tls13-ecc.conf | ||
test-tls13-pq-2.conf | ||
test-tls13-pq.conf | ||
test-tls13-psk.conf | ||
test-tls13.conf | ||
test-trustpeer.conf | ||
test.conf | ||
unit.c | ||
unit.h | ||
w64wrapper.c |
README
Before creating any new configure files (.conf) read the CONF_FILES_README.md