summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-06-17Fix typo: s/fetesteexcept/fetestexcept/Tim van der Molen
2024-06-17Replace x with x509_exts in X509V3_add1_i2d() and X509V3_get_d2i()Theo Buehler
2024-06-17Rewrite X509V3_get_d2i()Theo Buehler
2024-06-12piuid, psuid -> issuerUID, subjectUIDTheo Buehler
2024-06-11reentrant functions were not in 386BSDJonathan Gray
2024-06-11sync includes in tls_signer.cOmar Polo
2024-06-07Align documentation with realityJob Snijders
2024-06-07Fix non-xsc path in x509_verify_potential_parent()Theo Buehler
2024-06-07Call out argument reversal between check_issued() and X509_check_issued()Theo Buehler
2024-06-06ssl_tlsext: fix uninitialized variable warning with gccTheo Buehler
2024-06-05Revert __bounded__ hack in chacha-merged.cTheo Buehler
2024-06-04enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all theTheo de Raadt
2024-06-01md4/ripemd: remove misplaced semicolonsTheo Buehler
2024-06-01Neuter the bounded attribute as was done elsewhere for portableTheo Buehler
2024-06-01Remove mention of SHA-0, update STANDARDS sectionTheo Buehler
2024-06-01Missed SHA224() in previous: reverse order of attributesTheo Buehler
2024-06-01Reverse order of attributesTheo Buehler
2024-06-01Remove support for static buffers in HMAC/digestsTheo Buehler
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