summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-26Provide an optimized implementation of ffs(3) in libc onnaddy3-2/+26
2020-06-26Accidentally doubled these files on first commit. Correcting.drahn2-194/+1
2020-06-25Switch the order of the two tests in tls13_client_hello_required_extensionstb1-9/+9
2020-06-25Intial attempt at powerpc64 libcrypto pieces.drahn2-0/+386
2020-06-24Properly document the return values of EVP_PKEY_base_id(3)schwarze4-70/+152
2020-06-24use n-bit <noun> consistently; ok schwarze for the principal of the idea,jmc6-28/+28
2020-06-24Make tls13_legacy_shutdown() match ssl3_shutdown() semantics.jsing1-21/+22
2020-06-24new manual page ChaCha(3);schwarze3-2/+257
2020-06-24new manual page CMAC_Init(3);schwarze5-7/+298
2020-06-24Document eight additional pre-OpenSSL-1.1 accessor functions that areschwarze1-21/+122
2020-06-24enable test-tls13-keyshare-omitted.pytb1-5/+2
2020-06-24Enforce restrictions for ClientHello extensionstb1-1/+44
2020-06-24Add test-ffdhe-expected-params.pytb1-1/+2
2020-06-19Enable lucky 13 test.tb1-5/+2
2020-06-19We inherited the constant time CBC padding removal from BoringSSL, buttb1-4/+4
2020-06-19mark the functions documented in des_read_pw(3) as deprecatedschwarze2-6/+11
2020-06-19document X509_get0_pubkey_bitstr(3),schwarze1-5/+81
2020-06-19document error handling of X509_PUBKEY_get0(3) and X509_PUBKEY_get(3)schwarze1-3/+52
2020-06-19Merge documentation of X509_get0_serialNumber(3) from OpenSSL-1.1.1schwarze1-4/+19
2020-06-15Document EVP_read_pw_string_min(3)tb1-6/+44
2020-06-15Document PEM_def_callback(3).schwarze3-106/+158
2020-06-12add my Copyright and license, which i forgot when adding a significantschwarze1-3/+20
2020-06-12add a comment saying that name_cmp() is intentionally undocumented;schwarze1-2/+5
2020-06-12document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3);schwarze5-7/+236
2020-06-11wording tweaks from ross l richardson and tb;jmc1-6/+6
2020-06-10Add lucky13 and bleichenbacher-timing teststb1-1/+7
2020-06-10document PKCS7_get_signer_info(3)schwarze5-8/+75
2020-06-10describe six more PKCS7 attribute functionsschwarze1-14/+208
2020-06-09The check_includes step is incorrect dependency management model forderaadt3-33/+3
2020-06-06Implement a rolling hash of the ClientHello message, Enforce RFC 8446beck7-9/+181
2020-06-05Add a custom copy handler for AES key wraptb1-5/+31
2020-06-05Use IANA allocated GOST ClientCertificateTypes.jsing3-9/+15
2020-06-05Stop sending GOST R 34.10-94 as a CertificateType.jsing1-3/+1
2020-06-05Handle GOST in ssl_cert_dup().jsing1-1/+5
2020-06-05Enable GOST_SIG_FORMAT_RS_LE when verifying certificate signatures.jsing2-2/+15
2020-06-05Allow GOST R 34.11-2012 in PBE/PBKDF2/PKCS#5.jsing1-1/+3
2020-06-05Add OIDs for HMAC using Streebog (GOST R 34.11-2012) hash function.jsing2-0/+4
2020-06-05Add a few more errors to help debugging.jsing1-6/+16
2020-06-05Add support for additional GOST curves.jsing4-12/+182
2020-06-05Remove remaining error *_str_functs[]jsing4-274/+11
2020-06-05Apply some style(9).jsing1-34/+30
2020-06-05One error file per directory is plenty.jsing3-229/+157
2020-06-04When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), returnschwarze4-19/+124
2020-06-04minor polishing:schwarze1-4/+10
2020-06-04Align tls13_server_select_certificate() withtb1-3/+7
2020-06-04Improve client certificate selection for TLSv1.3tb1-16/+80
2020-06-04mention that TLS_method(3) also supports TLSv1.3;schwarze1-3/+3
2020-06-04Collapse the x509v3 directory into x509.jsing38-47/+44
2020-06-04new manual page PKCS7_add_attribute(3);schwarze7-12/+201
2020-06-03Properly document PKCS7_final(3), which was already mentionedschwarze10-32/+263