summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove tls1_alert_code().jsing2021-06-133-73/+3
* Place obsolete alerts under #ifndef LIBRESSL_INTERNAL.jsing2021-06-131-4/+7
* Remove references to obsolete alerts.jsing2021-06-132-26/+2
* space between macro args and punctuation;jmc2021-06-122-13/+13
* RFC 4507bis can refer to various RFCs but this instance is abouttb2021-06-121-4/+5
* space between RFC and number;jmc2021-06-117-29/+29
* Only use SSL_AD_* internally.jsing2021-06-113-88/+88
* add AES-GCM constants from RFC 7714 for SRTPlandry2021-06-113-4/+20
* sync cert.pem with Mozilla's CA list generated from certdata.txtsthen2021-06-111-476/+163
* SSL3_AD_ILLEGAL_PARAMETER is not a valid SSLerror() reason code.jsing2021-06-111-2/+2
* Indent all labels with a single space.jsing2021-06-1111-44/+44
* Simplify tlsext_ecpf_parse()tb2021-06-081-8/+4
* Rewrap a comment to avoid an overlong linetb2021-06-081-3/+3
* Ignore the record version for early alertstb2021-06-081-4/+10
* TLSv1.3 server: avoid sending alerts in legacy recordstb2021-06-081-3/+4
* Adjust alert for ECPF without uncompressed point formattb2021-06-081-3/+4
* Fix pkg-config .pc files with LibreSSLinoguchi2021-06-082-9/+7
* Update RFC reference. RFC 4366 was obsoleted by RFC 6066.tb2021-06-011-2/+2
* Avoid sending a trailing dot in SNI as a clienttb2021-06-011-6/+19
* Remove unnecessary cast in free.tb2021-06-011-2/+2
* EVP_Digest*: fix documented return values.tb2021-05-202-10/+6
* Adjust libcrypto obj_xref.txt to obj_xref.hinoguchi2021-05-191-2/+2
* Absorb SSL_AEAD_CTX into struct tls12_record_protection.jsing2021-05-163-73/+63
* Zero the tls12_record_protection struct instead of individual fields.jsing2021-05-161-9/+3
* Avoid including tls13_internal.h in tls13_record.h.jsing2021-05-161-2/+1
* Avoid pulling ssl_locl.h into self-contained code.jsing2021-05-164-8/+4
* Make local header inclusion consistent.jsing2021-05-1618-51/+36
* Move DTLS structs/definitions/prototypes to dtls_locl.h.jsing2021-05-1614-214/+282
* Add a missing space.jsing2021-05-161-2/+2
* Fix formatting of multi-line license comment per style(9).jsing2021-05-164-8/+12
* Avoid pulling ssl_sigalgs.h in via ssl_locl.h.jsing2021-05-163-4/+7
* Remove unnecessary includes from the bytestring APIs.jsing2021-05-164-14/+4
* Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*jsing2021-05-1613-16/+30
* whitespace/KNFtb2021-05-141-4/+4
* Improve libcrypto obj_xref.h generatorinoguchi2021-05-141-0/+4
* Add missing .Pp in HISTORY section.tb2021-05-132-4/+6
* Add missing .Pptb2021-05-131-2/+3
* Merge documentation for SSL_CIPHER_find(3) from OpenSSL 1.1.1.tb2021-05-121-2/+29
* Install SSL_SESSION_get0_cipher.3tb2021-05-121-1/+2
* Document SSL_SESSION_get0_cipher(3)tb2021-05-121-0/+94
* Add obj_xref for ECDH schemes in RFC 5753inoguchi2021-05-122-1/+34
* Document SSL_CTX_get_ssl_method(3)tb2021-05-111-4/+15
* Merge some details from OpenSSL 1.1.1.tb2021-05-112-6/+24
* missing word in previoustb2021-05-111-1/+2
* Merge documentation for EVP_DigestVerify() from OpenSSL 1.1.1.tb2021-05-111-4/+37
* Merge documentation for EVP_DigestSign from OpenSSL 1.1.1.tb2021-05-111-4/+39
* zap stray commatb2021-05-111-3/+3
* Merge documentation for EC_GROUP_{set,get}_curve(3) from OpenSSL 1.1.1.tb2021-05-101-20/+57
* Merge documentation for EC_POINT_{get,set}_coordinates andtb2021-05-101-20/+70
* give libtls the same bump as libssltb2021-05-101-2/+2