summaryrefslogtreecommitdiff
path: root/src/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-31Randomise the rekey interval a little. Previously, the chacha20djm1-2/+8
2022-07-30Use named initialisers for BIGNUMs.jsing1-61/+65
2022-07-30Untangle two logic chains in x509_asid.c into something more readable.tb1-9/+22
2022-07-30update copyright yearstb1-2/+2
2022-07-30Reorder functions and remove unnecessary function prototypes.jsing1-29/+24
2022-07-30Update copyright for additional/new code.jsing1-1/+2
2022-07-30Provide additional AEAD test cases.jsing6-1/+1991
2022-07-30Add EVP_aes_192_gcm() as a known AEAD.jsing1-1/+3
2022-07-30Allow the AEAD to be specified for a test file.jsing2-8/+12
2022-07-30Run AEAD tests against EVP_CIPHER implementations.jsing1-15/+220
2022-07-30Allow quoted ASCII strings as input for AEAD regress.jsing1-21/+42
2022-07-30Sort includes.jsing1-4/+4
2022-07-30Less #ifndef OPENSSL_NO_*jsing1-17/+1
2022-07-30Fix comment formatting.jsing1-4/+7
2022-07-30Switch to ISC license.jsing1-46/+13
2022-07-30Add stack frames to AES-NI x86_64 assembly.jsing1-39/+58
2022-07-30Use ASN1_INTEGER to encode/decode BIGNUM_it.jsing1-34/+48
2022-07-30Provide and use a primitive clear function for BIGNUM_it.jsing1-8/+15
2022-07-30Eliminate the somewhat pointless Ij variabletb1-5/+4
2022-07-30Transform two || chains into individually checked functionstb1-8/+13
2022-07-29Having a perfect square at this point is not an error. Rather it istb1-2/+2
2022-07-29Tweak some comments and whitespace around commentstb1-9/+32
2022-07-28Add a second test to validate the tables in the library.tb1-1/+42
2022-07-27Adjust a comment to reflect reality, minor code tweaks.tb1-7/+7
2022-07-26Do not pass input length <= 0 to the cipher handlerstb1-11/+17
2022-07-26minor tweaks: unwrap a line, tweak a comment and zap an empty linetb1-5/+3
2022-07-25Remove test of non-portable implementation details (whether wctype_tguenther1-5/+1
2022-07-25Add a regression test for bn_isqrt.ctb2-1/+302
2022-07-25Separate the macro for generating string test functionsschwarze1-14/+22
2022-07-25fix indenttb1-2/+2
2022-07-25If a command or interface first appeared in PWB/UNIX, UNIX System III orjsg2-6/+10
2022-07-24Plug leak in X509V3_add1_i2d()tb1-2/+3
2022-07-24Prepare to resurrect TS_RESP_CTX_set_time_cb()tb2-2/+14
2022-07-24Prepare to provide TS_VERIFY_CTX accessorstb2-2/+79
2022-07-24Prepare to provide various TS_STATUS_INFO accessorstb2-2/+34
2022-07-24Align PKCS12_key_gen_uni() with OpenSSLtb1-58/+50
2022-07-24Minor fixes in PKCS12_parse()tb1-24/+23
2022-07-24Per RFC 7292, safeContentsBag is a SEQUENCE OF, not a SET OFtb1-2/+2
2022-07-24Clear key on exit in PKCS12_gen_mac()tb1-25/+38
2022-07-24Plug a leak in PKCS12_setup_mac()tb1-2/+3
2022-07-24Move cipher_id bsearch functions back to the bottom of the file.jsing1-16/+16
2022-07-24Set NULL BIOs for QUIC.jsing1-1/+14
2022-07-24Provide record layer callbacks for QUIC.jsing7-16/+217
2022-07-24Move tls13_phh_done_cb() after tl13_phh_received_cb().jsing1-12/+12
2022-07-24Provide QUIC encryption levels.jsing6-20/+33
2022-07-24Rely on tlsext_parse() to set a decode_error alerttb1-79/+47
2022-07-24Start making ts opaquetb10-50/+134
2022-07-23Fix file names in comments.tb1-7/+7
2022-07-22Convert TLS transcript from BUF_MEM to tls_buffer.jsing2-29/+16
2022-07-22Extend TLS buffer regress to cover read/write usage.jsing1-13/+219