summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-08-29Remove the pkey_{,public_,param_}check() handlersTheo Buehler
2024-08-29Fix regression introduced in previous migration to strtol() byAnton Lindqvist
2024-08-29repair bizzare indents; ok tbTheo de Raadt
2024-08-28def_create(): switch from malloc() to calloc()Theo Buehler
2024-08-28libpcap: replace atoi() usage with strtonum()Omar Polo
2024-08-28libpcap: replace hand-rolled number parser with strtolOmar Polo
2024-08-28Get rid of last use of db_methTheo Buehler
2024-08-28Remove a few obvious comments, unwrap a few lines and annotate someTheo Buehler
2024-08-28Turn X509V3_set_conf_lhash() into a noopTheo Buehler
2024-08-28Add LCRYPTO_USED(X509_get_signature_info)Theo Buehler
2024-08-28Disable X509V3_EXT{,_CRL,_REQ}_add_conf()Theo Buehler
2024-08-28Annotate X509V3_CONF_CTX and its only instance for removalTheo Buehler
2024-08-28Make use of X509_get_signature_info() in check_sig_level()Theo Buehler
2024-08-28Document X509_get0_signature_info()Theo Buehler
2024-08-28Implement X509_get_signature_info()Theo Buehler
2024-08-28Fix underlying pkey of RSA-PSSTheo Buehler
2024-08-28Add a comment to OCSP_id_issuer_cmp() to make blind use of X509_ALGOR_cmp()Theo Buehler
2024-08-28Clean up and simplify OCSP_cert_id_new()Theo Buehler
2024-08-28Avoid reaching into X509_ALGOR in ocsp_certid_print()Theo Buehler
2024-08-28Avoid polluting the error stack when printing certificatesTheo Buehler
2024-08-27cms_att.c: tidy includes and add x509_local.h for upcoming changeTheo Buehler
2024-08-26replace atoi(3) usage with strtonum(3); ok/tweaks tb@Omar Polo
2024-08-26replace strtol(3) usage with strtonum(3); idea/ok/tweaks tb@Omar Polo
2024-08-26Replace recallocarray() with a realloc() + memset() combo.Claudio Jeker
2024-08-24More precision on what exactly OCSP_id_cmp and OCSP_issuer_id_cmp compare.Theo Buehler
2024-08-24conf_def.c: add two trailing commasTheo Buehler
2024-08-24X509at_get_attr: zap trailing comma.Theo Buehler
2024-08-24LibreSSL no longer supports adding X.501 attributes to an EVP_PKEYTheo Buehler
2024-08-24Switch UI_UTIL_read_pw* to LCRYPTO_UNUSED()Theo Buehler
2024-08-24Neuter the completely broken UI_UTIL_read_pw* APITheo Buehler
2024-08-24Remove documentation of UI_UTIL_read_pw*Theo Buehler
2024-08-23Fix some program names that were not expanded correctly when ncurses wasNicholas Marriott
2024-08-22PKCS12_create(3): remove Xr to EVP_PKEY_add1_attr(3)Theo Buehler
2024-08-22Garbage collect unused attributes member from EVP_PKEYTheo Buehler
2024-08-22Remove copy_bag_attr()Theo Buehler
2024-08-22Neuter EVP_PKEY_add1_attr_by_NID()Theo Buehler
2024-08-21Make sure ai_canonname is set when AI_CANONNAME was requested.Florian Obser
2024-08-18conf_def.c: shuffle things into a slightly more sensibleTheo Buehler
2024-08-18Remove documentation for X509_REQ_[gs]et_extension_nidsTheo Buehler
2024-08-18Use struct __sFILE instead of FILE in thread locking callbackPhilip Guenther
2024-08-18Adjust locale/rune*.h files so <stdio.h> and <wchar.h> get pulledPhilip Guenther
2024-08-18Pull in <stdio.h> (for snprintf()) directly instead ofPhilip Guenther
2024-08-17effectively revert revision 1.7.Peter Hessler
2024-08-17Zap a trailing comma to appease mandoc -TlintTheo Buehler
2024-08-17Remove docs of various X509_TRUST "functionality" that no longer existsTheo Buehler
2024-08-15Support describing ABI changes for static libraries too.Philip Guenther
2024-08-14timingsafe_bcmp() is better than timingsafe_memcmp() for the purpose.YASUOKA Masahiko
2024-08-13zap extra word;Jason McIntyre
2024-08-12fflush.3: zap trailing whitespaceTheo Buehler
2024-08-12Fix grammar in history sectionTheo Buehler