summaryrefslogtreecommitdiff
path: root/crypto/packet.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+2
* WPACKET: don't write DER length when we don't want toRichard Levitte2020-05-041-1/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add "endfirst" writing to WPACKETMatt Caswell2020-04-041-1/+54
* Give WPACKET the ability to have a NULL buffer underneath itMatt Caswell2019-07-121-11/+43
* Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell2019-07-121-0/+424