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