aboutsummaryrefslogtreecommitdiff
path: root/crypto/packet.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-04Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz1-3/+3
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-2/+2
2020-05-04WPACKET: don't write DER length when we don't want toRichard Levitte1-1/+4
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-04Add "endfirst" writing to WPACKETMatt Caswell1-1/+54
2019-07-12Give WPACKET the ability to have a NULL buffer underneath itMatt Caswell1-11/+43
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell1-0/+424