summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-05-17asn1_str2tag(): no need for tntmp to be staticTheo Buehler
2024-05-17The long primitive function table can be constTheo Buehler
2024-05-17The bignum primitive function table (bignum_pf) can be constTheo Buehler
2024-05-16x509_v3.c: remove superfluous parenthesesTheo Buehler
2024-05-16SSL_CTX_set_keylog_callback: copy-paste error _set_ -> _get_Theo Buehler
2024-05-15Improve X509V3_get0_uids() documentationTheo Buehler
2024-05-15X509_check_akid: zap stray spaceTheo Buehler
2024-05-14x509_ext.c: remove unnecessary includesTheo Buehler
2024-05-14x509_ext.c: remove lots of extraneous parenthesesTheo Buehler
2024-05-14Fix last sentence of CAVEATS which I got the wrong way aroundTheo Buehler
2024-05-12Be more specific about X509V3_ADD_APPEND and X509V3_ADD_DELETETheo Buehler
2024-05-12Tweak wordingTheo Buehler
2024-05-12Remove a 'built-in' that was left in by accidentTheo Buehler
2024-05-12Install X509V3_EXT_get_nid.3Theo Buehler
2024-05-12Add minimal manpage documenting the misnamed X509V3_EXT_get_nid()Theo Buehler
2024-05-12Avoid .Xr to no longer public X509_LOOKUP_by_subject(3)Theo Buehler
2024-05-11Move X509V3_add_standard_extensions out of the wayTheo Buehler
2024-05-11Make two NULL checks more explicitTheo Buehler
2024-05-11Unwrap a lineTheo Buehler
2024-05-11Sync DSA_METHOD documentation with realityTheo Buehler
2024-05-11Remove unused DSA methodsTheo Buehler
2024-05-11Remove unused PEM_USER and PEM_CTXTheo Buehler
2024-05-10Correct display the details of COMMAND using the ps command from the kernelASOU Masato
2024-05-10Add missing EC_KEY_free()Theo Buehler
2024-05-10Remove fixed nonce length information from algorithm2Theo Buehler
2024-05-10Inline dsa_builtin_keygen() in DSA_generate_key()Theo Buehler
2024-05-09Make the openssl_dsa_meth static constTheo Buehler
2024-05-09Move openssl_dsa_meth below the methods it usesTheo Buehler
2024-05-09Make the DH_METHOD static constTheo Buehler
2024-05-09Move public API and DH_METHOD to the bottom of the fileTheo Buehler
2024-05-09sync the SSL text; ok tbJason McIntyre
2024-05-09Tiny style tweaks in X509_REQ_add_extension_nid()Theo Buehler
2024-05-09Streamline X509_REQ_check_private_key() a bitTheo Buehler
2024-05-09Zap some extra parentheses in X509_REQ_get_pubkey()Theo Buehler
2024-05-09Clean up X509_to_X509_REQ()Theo Buehler
2024-05-09Further simplify X509_REQ_get_extensions()Theo Buehler
2024-05-09ssl_ciph.c: unwrap a lineTheo Buehler
2024-05-09Remove leftover logic of SSL2 supportTheo Buehler
2024-05-09Plug a "leak" in ssl_security_group()Theo Buehler
2024-05-08fix line wrapping in function definitionTheo Buehler
2024-05-08Avoid OpenSSL SSL repetitionsTheo Buehler
2024-05-08Simplify X509_REQ_get_extensions()Theo Buehler
2024-05-08Simplify X509_REQ_extension_nid()Theo Buehler
2024-05-08Defang X509_REQ_{s,g}et_extension_nids()Theo Buehler
2024-05-07avoid memcpy(malloc(0), ..., 0), which is not portable.Damien Miller
2024-05-07PEM_read_bio_PrivateKey: fix grammarTheo Buehler
2024-05-07Reorder functions and drop static function prototypes.Joel Sing
2024-05-06Fix function wrapping.Joel Sing
2024-05-06Guard call to contract() from doall_util_fn().Joel Sing
2024-05-03Remove disgusting NULL checks in tm_to_{gentime,utctime}()Theo Buehler