summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix underlying pkey of RSA-PSStb2024-08-281-2/+2
* Add a comment to OCSP_id_issuer_cmp() to make blind use of X509_ALGOR_cmp()tb2024-08-281-1/+6
* Clean up and simplify OCSP_cert_id_new()tb2024-08-281-21/+16
* Avoid reaching into X509_ALGOR in ocsp_certid_print()tb2024-08-281-2/+6
* Avoid polluting the error stack when printing certificatestb2024-08-281-3/+17
* cms_att.c: tidy includes and add x509_local.h for upcoming changetb2024-08-271-5/+5
* replace atoi(3) usage with strtonum(3); ok/tweaks tb@op2024-08-263-16/+64
* replace strtol(3) usage with strtonum(3); idea/ok/tweaks tb@op2024-08-262-46/+19
* More precision on what exactly OCSP_id_cmp and OCSP_issuer_id_cmp compare.tb2024-08-241-7/+14
* conf_def.c: add two trailing commastb2024-08-241-3/+3
* X509at_get_attr: zap trailing comma.tb2024-08-241-2/+2
* LibreSSL no longer supports adding X.501 attributes to an EVP_PKEYtb2024-08-247-206/+11
* Switch UI_UTIL_read_pw* to LCRYPTO_UNUSED()tb2024-08-241-3/+3
* Neuter the completely broken UI_UTIL_read_pw* APItb2024-08-241-27/+5
* Remove documentation of UI_UTIL_read_pw*tb2024-08-244-122/+7
* PKCS12_create(3): remove Xr to EVP_PKEY_add1_attr(3)tb2024-08-221-3/+2
* Garbage collect unused attributes member from EVP_PKEYtb2024-08-222-4/+2
* Remove copy_bag_attr()tb2024-08-221-33/+1
* Neuter EVP_PKEY_add1_attr_by_NID()tb2024-08-221-36/+5
* conf_def.c: shuffle things into a slightly more sensibletb2024-08-181-80/+69
* Remove documentation for X509_REQ_[gs]et_extension_nidstb2024-08-181-30/+2
* Use struct __sFILE instead of FILE in thread locking callbackguenther2024-08-181-5/+6
* Zap a trailing comma to appease mandoc -Tlinttb2024-08-171-2/+2
* Remove docs of various X509_TRUST "functionality" that no longer existstb2024-08-174-334/+5
* Give libtls the same bump as libssltb2024-08-121-1/+1
* Bump minor after symbol additiontb2024-08-121-1/+1
* Add SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() totb2024-08-121-0/+2
* Expose SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest()tb2024-08-121-5/+1
* Make exit(), fclose(), fflush(), and freopen() comply with POSIX-2008guenther2024-08-121-6/+5
* Add include path for crypto_arch.h.jsing2024-08-111-1/+2
* Provide and use crypto_arch.h.jsing2024-08-1123-35/+347
* Remove the empty ui_compat.htb2024-08-102-67/+1
* ct.h: move two asterisks to the proper placetb2024-08-081-3/+3
* ui_util.c needs stdio.h and ui.h, but not ui_compat.h and ui_local.htb2024-08-081-4/+3
* wcslcpy() and wcslcat() are in POSIX-2024. Update #include visibilityguenther2024-08-071-4/+11
* x509_vfy.c: drop some unnecessary parenthesestb2024-08-041-6/+5
* A dozen interfaces in <endian.h> were standardized in POSIX-2024 as expectedguenther2024-08-031-6/+4
* The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024.guenther2024-08-032-7/+16
* mkostemp(3) and reallocarray(3) are in POSIX-2024:guenther2024-08-031-2/+6
* The EC_KEY method should use the EC_KEY index, not RSAtb2024-08-031-2/+2
* Bump CRYPTO_EX_DATA_MAX_INDEX to 32tb2024-08-031-2/+2
* Use proper size for allocating indexestb2024-08-031-2/+2
* Document SSL_CTX_set_cert_storetb2024-08-031-2/+18
* Prepare to provide SSL_CTX_set1_cert_store()tb2024-08-033-3/+17
* libtls: fix legacy protocol parsingtb2024-08-022-6/+6
* free class->indexes in CRYPTO_cleanup_all_ex_data()tb2024-08-021-1/+2
* Rewrite CRYPTO_EX_DATA.jsing2024-08-023-639/+419
* typo: regresss -> regresstb2024-07-291-2/+2
* Mark X509at_get_attr{,_count}() and X509at_delete_attr() as unusedtb2024-07-261-4/+4
* Disable X509at_get_attr{,_count}() and X509at_delete_attr()tb2024-07-261-12/+7