Recent changes
3 days ago Bound the DTLS 1.3 ACK body read by the record, not init_num (859aea422b)
3 days ago DTLS: reject trailing bytes after the ACK record number vector (ecdb79eeb9)
3 days ago Poison the ASN1_STRING NUL terminator under ASan and MSan (90621b1728)
3 days ago NUL-terminate ASN1_STRING data built inside libcrypto (5df7d33922)
4 days ago Fix potential DoS and undefined behavior in KRB5KDF due to zero-length constant (7c234e5843)
4 days ago Fix wrong condition evaluation order (7ff33de472)
4 days ago dtls: Don't check for NULL when it can't be (36e15462b1)
4 days ago dtls: Add missing pqueue free (9bd26a3a3b)
4 days ago Fix Status badges to only show scheduled runs (da1a85b8dc)
4 days ago Make system exec directly rather than calling /bin/sh (68f6d3ae61)
4 days ago Document when X509_cmp() and X509_CRL_match() order objects (98a76faf67)
4 days ago Use SipHash for the internal fingerprint (90c3f5110f)
4 days ago Compute X509_get_signature_info() on demand, not in the cache (403dbe58ca)
4 days ago Make the cached CRL fingerprint internal-only (e12ed4ebaa)
4 days ago Make the cached SHA-1 fingerprint internal-only (647a96676a)
4 days ago Treat a modified certificate or CRL as equal only to itself (d0113f1089)
4 days ago Fall back to comparing the encoding in X509_CRL_match() (600251e767)
4 days ago Compare the signature in X509_cmp() (ad686dc0a8)
4 days ago Cache the signed encoding when signing an ASN.1 item (e3c18094e3)
4 days ago Discard the cached encoding when it cannot be saved (8e7db02686)
4 days ago Mark the encoding stale when adding a CRL extension (57e38e59a3)
4 days ago Mark the encoding stale in X509_set_serialNumber() (c5bd80d753)
4 days ago aes-ctr-avx512: add VAES-512 AES-CTR encryption (173480905e)
4 days ago aes: factor out shared VAES-512 primitives (138bea88eb)
4 days ago apps/server.c: Do not declare use_sendfile and use_zc_sendfile without ktls (fa5c8d1c51)
4 days ago quic_cfq_test.c: Use previously unused global variables (f903c6bce9)
4 days ago fake_rsaprov.c: Use previously unused global variables (c3e1d0c282)
4 days ago hashtable.c: Use previously unused variables to avoid warning (57ff8353b9)
4 days ago Remove unused static variables to suppress new clang warning (abdc71186f)
4 days ago Fix memory leak of der_buf on error in x942_encode_otherinfo() (b04d83bb1d)