summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-23strmode takes a mode_t, not an int; prompted by Collin Funk.otto1-4/+2
2024-06-22Remove the less-than-useful change log.jsing1-39/+1
2024-06-22Rewrite BN_bn2mpi() using CBB.jsing1-24/+35
2024-06-22Sync bytestring from libssl.jsing2-2/+15
2024-06-22Provide CBB_add_u32_length_prefixed().jsing2-2/+15
2024-06-19x_all.c: remove a bunch of unnecessary parenthesestb1-23/+19
2024-06-18v3_generic_extension() use ASN1_STRING_set0()tb1-4/+4
2024-06-18v3_generic_extension() rename the X509_EXTENSIONtb1-4/+5
2024-06-18Rename 'ext' to 'name' in v3_generic_extension()tb1-4/+4
2024-06-18Make local BIT_STRING_BITNAME variables consttb2-5/+5
2024-06-18x509_conf: rename ext_struc into ext_structtb1-16/+16
2024-06-18x509_conf: rename all ext_nid to nidtb1-19/+19
2024-06-18do_ext_i2d(): move empty line to the proper placetb1-2/+2
2024-06-18do_ext_i2d(): malloc -> calloctb1-2/+2
2024-06-18do_ext_i2d(): populate ext_oct with ASN1_STRING_set0()tb1-3/+2
2024-06-18do_ext_i2d(): avoid leaks and add some missing error checkingtb1-4/+10
2024-06-18Indent labels in x509_conf.ctb1-3/+3
2024-06-18do_ext_i2d(): make various NULL checks explicittb1-5/+5
2024-06-18do_ext_i2d(): unwrap a linetb1-3/+2
2024-06-17Replace x with x509_exts in X509V3_add1_i2d() and X509V3_get_d2i()tb1-14/+16
2024-06-17Rewrite X509V3_get_d2i()tb1-56/+47
2024-06-17Add regress coverage for X509V3_get_d2i()tb1-1/+265
2024-06-16zap a stray spacetb1-2/+2
2024-06-15openssl-ruby: prepare test for default ruby switchtb1-1/+5
2024-06-12piuid, psuid -> issuerUID, subjectUIDtb1-3/+3
2024-06-11sync includes in tls_signer.cop1-3/+12
2024-06-07Align documentation with realityjob1-4/+8
2024-06-07Fix non-xsc path in x509_verify_potential_parent()tb1-2/+2
2024-06-07Call out argument reversal between check_issued() and X509_check_issued()tb1-2/+35
2024-06-06ssl_tlsext: fix uninitialized variable warning with gcctb1-2/+3
2024-06-05Revert __bounded__ hack in chacha-merged.ctb1-5/+1
2024-06-05make test struct consttb1-3/+3
2024-06-04enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all thederaadt1-1/+3
2024-06-01md4/ripemd: remove misplaced semicolonstb2-5/+5
2024-06-01Neuter the bounded attribute as was done elsewhere for portabletb4-4/+20
2024-06-01Remove mention of SHA-0, update STANDARDS sectiontb1-8/+9
2024-06-01Missed SHA224() in previous: reverse order of attributestb1-3/+3
2024-06-01Reverse order of attributestb5-21/+21
2024-06-01Remove support for static buffers in HMAC/digeststb14-55/+35
2024-05-30Adjust hmac test for removal of static buffer from HMAC()tb1-2/+2
2024-05-29asn1object: zap trailing whitespacetb1-3/+3
2024-05-29Make it possible for the large OID test to failtb1-3/+3
2024-05-29Add regress coverage for some corner cases of i2d_ASN1_OBJECT()tb1-1/+40
2024-05-29Add regress coverage for i2d_ASN1_OBJECT() fixestb1-3/+27
2024-05-29Fix i2d_ASN1_OBJECT()tb1-3/+12
2024-05-29Make i2d_ASN1_OBJECT() return -1 on errortb1-2/+2
2024-05-29Remove unnecessary parens from i2d_ASN1_OBJECT()tb1-4/+6
2024-05-28Test that invalid operations push the X509V3_R_UNSUPPORTED_OPTION errortb1-1/+53
2024-05-28Clean up and fix X509V3_EXT_add1_i2d()tb1-57/+89
2024-05-28Add regress coverage for X509V3_add1_i2d()tb2-2/+605