summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-09Clean up X509_to_X509_REQ()tb1-21/+18
2024-05-09Further simplify X509_REQ_get_extensions()tb1-6/+4
2024-05-09ssl_ciph.c: unwrap a linetb1-3/+2
2024-05-09Remove leftover logic of SSL2 supporttb1-5/+3
2024-05-09Plug a "leak" in ssl_security_group()tb1-6/+13
2024-05-08fix line wrapping in function definitiontb1-2/+3
2024-05-08Add more regress coverage for lhash.jsing1-3/+263
2024-05-08Avoid OpenSSL SSL repetitionstb1-7/+8
2024-05-08Simplify X509_REQ_get_extensions()tb1-22/+13
2024-05-08Simplify X509_REQ_extension_nid()tb1-11/+3
2024-05-08Defang X509_REQ_{s,g}et_extension_nids()tb1-15/+20
2024-05-08symbols test: drop headers that don't define any symbolstb1-4/+1
2024-05-07openssl: toolkit implementing the TLS v1 protocol is weirdtb1-3/+3
2024-05-07PEM_read_bio_PrivateKey: fix grammartb1-3/+3
2024-05-07Reorder functions and drop static function prototypes.jsing1-123/+119
2024-05-06Fix function wrapping.jsing1-2/+3
2024-05-06Enable lhash regress.jsing1-1/+2
2024-05-06Guard call to contract() from doall_util_fn().jsing1-2/+4
2024-05-06Provide initial regress for lhash.jsing2-0/+71
2024-05-03Remove disgusting NULL checks in tm_to_{gentime,utctime}()tb1-7/+1
2024-05-03Intercept a NULL s early in ASN1_TIME_set_string_internal()tb1-1/+6
2024-05-03Simplify type handling in ASN1_TIME_set_string_internal()tb1-5/+4
2024-05-03Simplify tm handling in ASN1_time_parse()tb1-3/+2
2024-05-03Align CRL and CSR version printing with certstb2-14/+18
2024-05-02Remove a useless OBJ_obj2nid() call from X509_CRL_print()tb1-2/+1
2024-04-27Tweak start of DESCRIPTION of EC_GROUP_new()tb1-4/+9
2024-04-26Document EC_curve_{nid2nist,nist2nid}()tb1-4/+57
2024-04-25Take pem2.h behind the barntb2-73/+1
2024-04-25Add regress coverage for crypto_ct_*_u8()jsing3-1/+111
2024-04-23One empty line is enoughtb1-18/+1
2024-04-22Instead of unhooking libssl/client regress tests, flag them as expectedanton2-4/+6
2024-04-22remove space at eoljsg1-3/+3
2024-04-21unwrap linetb1-3/+2
2024-04-20Remove more unnecessary GOST codetb2-24/+2
2024-04-19bss_conn: zap trailing whitespacetb1-8/+8
2024-04-18Remove a couple of lies about GOST in CMStb2-8/+8
2024-04-18More GOST removal adjustmentstb1-3/+3
2024-04-18EVP_PKEY_set1_RSA.3 some adjustments after GOST removaltb1-4/+4
2024-04-18Add some more comments explaining shortcomings of the APItb1-2/+9
2024-04-18Use X509_ALGOR_get0() in ecdh_cms_set_shared_info()tb1-6/+14
2024-04-18Test and assign in ecdh_cms_set_shared_info()tb1-9/+7
2024-04-18Turn ecdh_cms_set_shared_info() into single exittb1-7/+9
2024-04-17Remove comments from captain obvious and drop useless prototypestb1-43/+1
2024-04-17SSL_version_str is no moretb1-5/+1
2024-04-17tidy includestb1-3/+2
2024-04-17bn_convert: zap extra blank linetb1-2/+1
2024-04-17Rewrite BN_mpi2bn() using CBS and bn_bin2bn_cbs().jsing1-32/+29
2024-04-17Rewrite BN_lebin2bn() using CBS.jsing1-48/+16
2024-04-17Provide constant time operations for uint8_t.jsing1-1/+68
2024-04-17Shuffle EVP_PKEY_CTX setting togethertb1-5/+3