summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-09Add some regress coverage for EVP_PKEY_METHOD.jsing1-3/+40
2022-11-09Sort EVP_PKEY_METHOD externs.jsing1-5/+10
2022-11-09Sort EVP_PKEY_ASN1_METHOD externs.jsing1-6/+6
2022-11-09Add some regress coverage for EVP_PKEY_ASN1_METHODjsing2-2/+118
2022-11-09Inline use of bn_is_prime_bpsw()tb1-24/+20
2022-11-09Remove unnecessary sizeofjoshua2-6/+6
2022-11-09Next pass of bn_prime.c cleanuptb1-39/+29
2022-11-09Drop some dead codetb1-136/+1
2022-11-09Fix possible memory leak in BN_mpi2bn() if BN_bin2bn() fails.tobhe1-3/+7
2022-11-08In case lh_OBJ_NAME_insert returns NULL due to a failed malloc, onpmbuhl1-1/+2
2022-11-08Rename out to err to conform with standard naming scheme.tobhe1-4/+4
2022-11-08Fix leak of pk if EVP_PKEY_set1_DSA() fails.tobhe1-5/+9
2022-11-08Refactor/split ED25519_keypair.jsing2-16/+24
2022-11-08Change function argument to reduce differences with BoringSSL.jsing1-2/+2
2022-11-08Remove pointless loops.jsing1-13/+1
2022-11-08Avoid signed integer overflow in i2c_ASN1_BIT_STRING()tb1-5/+9
2022-11-08Add missing $OpenBSD$beck1-0/+1
2022-11-08Fix leak of pk if EVP_PKEY_set1_RSA() fails.tobhe1-5/+9
2022-11-08Replace the old OpenSSL julian date stuff with BoringSSL'sbeck7-326/+289
2022-11-07Wrap long linesjoshua1-3/+5
2022-11-07Move variables above codejoshua1-18/+18
2022-11-07White space KNF, no code change:schwarze1-15/+12
2022-11-07Link aes/ to regressjoshua1-1/+2
2022-11-07Add regress coverage for AESjoshua2-0/+986
2022-11-07Fix whitespace. Looks like I was a pig 3 years ago...tb1-205/+205
2022-11-07Rewrite TLSv1.2 key exporter.jsing5-96/+163
2022-11-07Move tls13_exporter() code.jsing2-72/+73
2022-11-06Document that OPENSSL_free() is required in some circumstancestb1-2/+6
2022-11-06Add regress for Ed25519.jsing2-4/+409
2022-11-06Enable Ed25519 internal to libcrypto.jsing2-15/+44
2022-11-06Remove useless ancient files.jsing4-74/+0
2022-11-06Replace existing Blowfish regress testsjoshua3-515/+1370
2022-11-06Enable time_conversion regress testsbeck1-1/+2
2022-11-06Add a bunch of regression tests for time conversion.beck2-0/+1736
2022-11-05Add regress coverage for TLS exporters.jsing3-1/+677
2022-10-30The previous commit message out to say this:kn1-1/+1
2022-10-30/* $OpenBSD: $ */kn1-2/+2
2022-10-26Enable waitid(2) regress tests and a new test derived from NetBSD'skettenis3-12/+279
2022-10-26dtlstest: Ensure the timeouts are at least 10 ms. This makes these teststb1-1/+7
2022-10-22In __cxa_atexit(), there is no need to initialize local pointer beforederaadt1-2/+2
2022-10-21Add extra NULL check after ssl3_setup_read_buffer()tb1-2/+5
2022-10-21tlsexttest.c: make various static structs consttb1-19/+19
2022-10-21quic tlsext tests: use byte vector in place of stringtb1-10/+8
2022-10-21Add EVP_chacha20_poly1305()tb1-1/+4
2022-10-20Initial parsing of the NewSessionTicket messagetb1-2/+103
2022-10-20Provide TLS13_MAX_TICKET_LIFETIME #definetb1-1/+8
2022-10-20Provide ssl_session_dup()tb2-2/+108
2022-10-20Clean up resumption master secret in SSL_SESSION_free()tb1-1/+3
2022-10-20Extend SSL_SESSION struct for TLSv1.3 PSKtb1-2/+4
2022-10-20Annotate misuse of EVP_Digest()tb1-1/+2