summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-05-27openssl x509: rename pub_key to dsa_pub_keytb1-4/+4
2024-05-27openssl: enable -Wshadow for clangtb1-2/+2
2024-05-27openssl: avoid shadowed pkeys in x509.ctb1-12/+10
2024-05-27remove unused typedefs with structs that were removedjsg2-14/+2
2024-05-26Remove documentation of optional md in one-step hashestb4-28/+47
2024-05-25Eliminate last timegm() correctly this timetb1-5/+25
2024-05-25sync inclusion of <stdlib.h> from libcryptotb3-3/+6
2024-05-25Include <stdint.h> in the bytestring .c filestb3-3/+6
2024-05-25Revert previoustb1-10/+4
2024-05-25asn1time: another use of gmtime was hiding heretb1-4/+10
2024-05-24des_local.h: Remove some unused macrostb1-20/+1
2024-05-24Remove documentation of DES_enc_{read,write} and DES_rw_modetb1-89/+4
2024-05-24Stub out DES_enc_{read,write}(3)tb3-321/+14
2024-05-23Make signature of SSL_COMP_add_compression_method(3) match realitytb1-3/+3
2024-05-23x509_v3.c: indent labelstb1-4/+4
2024-05-23x509_v3.c: remove an unnecessary elsetb1-3/+3
2024-05-23x509_v3.c: consistently call STACK_OF(X509_EXTENSIONS) arguments sktb1-12/+12
2024-05-23x509_v3.c: zap another pointless local variabletb1-7/+2
2024-05-23x509_v3.c: add a few empty linestb1-1/+9
2024-05-23X509v3_get_ext_by_NID: make obj const, test & assigntb1-4/+4
2024-05-23x509_v3.c: remove a pointless local variabletb1-5/+3
2024-05-23x509_v3.c: mechanically replace ex with ext and new_ex with new_exttb1-42/+42
2024-05-22Exercise EVP_chacha20_poly1305() with in-place decryptiontb1-2/+143
2024-05-22Fix in-place decryption for EVP_chacha20_poly1305()tb1-3/+3
2024-05-22crib better wording from schwarze's EVP_PKEY_get_attr_by_NID(3)tb1-5/+4
2024-05-22Fix incorrect X509v3_get_ext_by_NID(3) return valuestb1-9/+17
2024-05-21remove prototypes with no matching function and externs with no varjsg1-2/+1
2024-05-20cmac: zero_iv should be consttb1-2/+2