summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-05-29Fix i2d_ASN1_OBJECT()Theo Buehler
2024-05-29Make i2d_ASN1_OBJECT() return -1 on errorTheo Buehler
2024-05-29Remove unnecessary parens from i2d_ASN1_OBJECT()Theo Buehler
2024-05-28Clean up and fix X509V3_EXT_add1_i2d()Theo Buehler
2024-05-28remove outdated zlib version informationTheo Buehler
2024-05-27remove unused typedefs with structs that were removedJonathan Gray
2024-05-26Remove documentation of optional md in one-step hashesTheo Buehler
2024-05-25sync inclusion of <stdlib.h> from libcryptoTheo Buehler
2024-05-25Include <stdint.h> in the bytestring .c filesTheo Buehler
2024-05-24des_local.h: Remove some unused macrosTheo Buehler
2024-05-24Remove documentation of DES_enc_{read,write} and DES_rw_modeTheo Buehler
2024-05-24Stub out DES_enc_{read,write}(3)Theo Buehler
2024-05-24sndiod: Propagate the controls' display string to clients.Alexandre Ratchov
2024-05-24sndio: Add a display string to the sioctl_open APIAlexandre Ratchov
2024-05-23Make signature of SSL_COMP_add_compression_method(3) match realityTheo Buehler
2024-05-23x509_v3.c: indent labelsTheo Buehler
2024-05-23x509_v3.c: remove an unnecessary elseTheo Buehler
2024-05-23x509_v3.c: consistently call STACK_OF(X509_EXTENSIONS) arguments skTheo Buehler
2024-05-23x509_v3.c: zap another pointless local variableTheo Buehler
2024-05-23x509_v3.c: add a few empty linesTheo Buehler
2024-05-23X509v3_get_ext_by_NID: make obj const, test & assignTheo Buehler
2024-05-23x509_v3.c: remove a pointless local variableTheo Buehler
2024-05-23x509_v3.c: mechanically replace ex with ext and new_ex with new_extTheo Buehler
2024-05-22Fix in-place decryption for EVP_chacha20_poly1305()Theo Buehler
2024-05-22crib better wording from schwarze's EVP_PKEY_get_attr_by_NID(3)Theo Buehler
2024-05-22Fix incorrect X509v3_get_ext_by_NID(3) return valuesTheo Buehler
2024-05-21remove prototypes with no matching functionJonathan Gray
2024-05-21remove prototypes with no matching function; ok ratchov@Jonathan Gray
2024-05-20cmac: zero_iv should be constTheo Buehler
2024-05-19unwrap a lineTheo Buehler
2024-05-19Add space after commasTheo Buehler
2024-05-19KNF for dh_err and dsa_errTheo Buehler
2024-05-19remove prototypes with no matching functionJonathan Gray
2024-05-18Add pathconfat(2): pathconf(2) but with at-fd and flags arguments,Philip Guenther
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