summaryrefslogtreecommitdiff
path: root/crypto/packet.c
Commit message (Expand)AuthorAgeFilesLines
* Rationalize FIPS sourcesTomas Mraz2023-02-081-3/+6
* QUIC: Enable building with QUIC support disabledHugo Landau2023-01-131-0/+11
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-6/+2
* QUIC Frame Encoding and Decoding FunctionsHugo Landau2022-07-291-3/+3
* QUIC wire format supportHugo Landau2022-05-271-4/+72
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz2021-06-041-3/+3
* 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