summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-06-20basic macro cleanup: .Fo for long .Fn lines, .Fa for struct fields,Ingo Schwarze
2020-06-20add missing ENVIRONMENT. HISTORY, and AUTHORS sections,Ingo Schwarze
2020-06-19We inherited the constant time CBC padding removal from BoringSSL, butTheo Buehler
2020-06-19mark the functions documented in des_read_pw(3) as deprecatedIngo Schwarze
2020-06-19document X509_get0_pubkey_bitstr(3),Ingo Schwarze
2020-06-19document error handling of X509_PUBKEY_get0(3) and X509_PUBKEY_get(3)Ingo Schwarze
2020-06-19Merge documentation of X509_get0_serialNumber(3) from OpenSSL-1.1.1Ingo Schwarze
2020-06-18uint8_t is a discrete, not a continuous type,Ingo Schwarze
2020-06-18Many of these functions have several arguments, and some argumentsIngo Schwarze
2020-06-18basic macro cleanup, and reword two phrases about closed intervalsIngo Schwarze
2020-06-18Document sioctl_desc structure maxval attributeAlexandre Ratchov
2020-06-15Document EVP_read_pw_string_min(3)Theo Buehler
2020-06-15Document PEM_def_callback(3).Ingo Schwarze
2020-06-12add my Copyright and license, which i forgot when adding a significantIngo Schwarze
2020-06-12add a comment saying that name_cmp() is intentionally undocumented;Ingo Schwarze
2020-06-12document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3);Ingo Schwarze
2020-06-11wording tweaks from ross l richardson and tb;Jason McIntyre
2020-06-10document PKCS7_get_signer_info(3)Ingo Schwarze
2020-06-10describe six more PKCS7 attribute functionsIngo Schwarze
2020-06-09The check_includes step is incorrect dependency management model forTheo de Raadt
2020-06-07In the libc resolver function asr_run(), clear the result buffer everytime,Theo de Raadt
2020-06-06Implement a rolling hash of the ClientHello message, Enforce RFC 8446Bob Beck
2020-06-05Remove redundant codedenis
2020-06-05Add a custom copy handler for AES key wrapTheo Buehler
2020-06-05Use IANA allocated GOST ClientCertificateTypes.Joel Sing
2020-06-05Stop sending GOST R 34.10-94 as a CertificateType.Joel Sing
2020-06-05Handle GOST in ssl_cert_dup().Joel Sing
2020-06-05Enable GOST_SIG_FORMAT_RS_LE when verifying certificate signatures.Joel Sing
2020-06-05Allow GOST R 34.11-2012 in PBE/PBKDF2/PKCS#5.Joel Sing
2020-06-05Add OIDs for HMAC using Streebog (GOST R 34.11-2012) hash function.Joel Sing
2020-06-05Add a few more errors to help debugging.Joel Sing
2020-06-05Add support for additional GOST curves.Joel Sing
2020-06-05Remove remaining error *_str_functs[]Joel Sing
2020-06-05Apply some style(9).Joel Sing
2020-06-05One error file per directory is plenty.Joel Sing
2020-06-05HID parser could overflow if a malicious device (potentially USB) providedJonathan Gray
2020-06-04When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), returnIngo Schwarze
2020-06-04minor polishing:Ingo Schwarze
2020-06-04Align tls13_server_select_certificate() withTheo Buehler
2020-06-04Improve client certificate selection for TLSv1.3Theo Buehler
2020-06-04mention that TLS_method(3) also supports TLSv1.3;Ingo Schwarze
2020-06-04Collapse the x509v3 directory into x509.Joel Sing
2020-06-04new manual page PKCS7_add_attribute(3);Ingo Schwarze
2020-06-03Properly document PKCS7_final(3), which was already mentionedIngo Schwarze
2020-06-02Remove const modifier in return type of tls13_handshake_active_state()Theo Buehler
2020-06-02distracting whitespaceTheo Buehler
2020-06-01Split the handling of post handshake handshake messages into itsTheo Buehler
2020-06-01Remove expired certificate, ok tb@Stuart Henderson
2020-06-01Send an illegal_parameter alert if a client sends us invalid DH keyTheo Buehler
2020-06-01Add a mechanism to set an alert in those parts of the read half ofTheo Buehler