summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2024-05-03Intercept a NULL s early in ASN1_TIME_set_string_internal()Theo Buehler
2024-05-03Simplify type handling in ASN1_TIME_set_string_internal()Theo Buehler
2024-05-03Simplify tm handling in ASN1_time_parse()Theo Buehler
2024-05-03Align CRL and CSR version printing with certsTheo Buehler
2024-05-02Remove a useless OBJ_obj2nid() call from X509_CRL_print()Theo Buehler
2024-05-01add return statements missed when adapting from FreeBSDJonathan Gray
2024-04-30add typedefs for msgqnum_t and msglen_t, required by POSIX.Omar Polo
2024-04-29strftime.3: clarify %G and %g descriptionChristian Weisgerber
2024-04-28__sfvwrite: allow writing buffers larger than BUFSIZ or st_blksize.Todd C. Miller
2024-04-27Tweak start of DESCRIPTION of EC_GROUP_new()Theo Buehler