| Commit message (Expand) | Author | Age | Files | Lines |
* | CMP client: fix error response on -csr without private key, also in docs | Dr. David von Oheimb | 2023-05-12 | 2 | -11/+33 |
* | Fix typos found by codespell | Dimitri Papadopoulos | 2023-05-12 | 14 | -28/+28 |
* | Clarify documentation of SSL_SESSION_dup | Watson Ladd | 2023-05-12 | 1 | -2/+4 |
* | DLTS → DTLS | Dimitri Papadopoulos | 2023-05-10 | 1 | -1/+1 |
* | Add some documentation for the new QUIC mode in s_client | Matt Caswell | 2023-05-08 | 1 | -0/+11 |
* | Update the min/max proto function documentation for QUIC | Matt Caswell | 2023-05-05 | 1 | -0/+3 |
* | Fix broken links on asym_cipher manpages | Ladislav Marko | 2023-05-04 | 1 | -3/+2 |
* | QUIC CC: Update CC design document | Hugo Landau | 2023-05-01 | 1 | -5/+9 |
* | QUIC CC: Major revisions to CC abstract interface | Hugo Landau | 2023-05-01 | 1 | -246/+47 |
* | doc: note that the stack find functions no longer modify the stack | Pauli | 2023-05-01 | 1 | -4/+6 |
* | Improve documentation of -no_ssl3, -no_tls1, -no_tls1_1, -no_tls1_2, -no_tls1... | rkarmaka98 | 2023-04-28 | 1 | -0/+2 |
* | ASN1_OCTET_STRING_new() calls ASN1_STRING_type_new(V_ASN1_OCTET_STRING) | Vladimir Kotal | 2023-04-28 | 1 | -1/+1 |
* | APPS/cmp: prevent HTTP client failure on -rspin option with too few filenames | Dr. David von Oheimb | 2023-04-28 | 1 | -19/+42 |
* | Correct the SSL_rstate_string*() APIs to match reality | Matt Caswell | 2023-04-27 | 1 | -4/+0 |
* | APPS: make sure the -CAfile argument can be in DER format | Dr. David von Oheimb | 2023-04-27 | 1 | -2/+2 |
* | apps/smime: Point out that the six operations are mutually exclusive and add ... | Dr. David von Oheimb | 2023-04-27 | 1 | -5/+7 |
* | openssl-ocsp.pod.in: state for options that they are flexible w.r.t. cert inp... | Dr. David von Oheimb | 2023-04-27 | 1 | -3/+10 |
* | QUIC Glossary | Hugo Landau | 2023-04-27 | 1 | -0/+240 |
* | QUIC I/O Architecture Design: Minor updates | Hugo Landau | 2023-04-26 | 1 | -32/+83 |
* | QUIC I/O Architecture Design: Add block diagram, tweak wording | Hugo Landau | 2023-04-26 | 2 | -4/+6 |
* | QUIC I/O Architecture Design Document | Hugo Landau | 2023-04-26 | 1 | -0/+483 |
* | doc: document that the "info" KDF param concatenates | Pauli | 2023-04-26 | 1 | -0/+6 |
* | Added a macro OSSL_DISPATCH_END as marker of the end of OSSL_DISPATCH arrays | Irak Rigia | 2023-04-21 | 2 | -6/+7 |
* | doc: document the -pedantic option to fipsinstall. | Pauli | 2023-04-20 | 1 | -0/+9 |
* | Fix broken links in crypto manpage | Ladislav Marko | 2023-04-18 | 1 | -2/+2 |
* | OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return type and doc | Dr. David von Oheimb | 2023-04-18 | 1 | -1/+3 |
* | crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210 | Dr. David von Oheimb | 2023-04-18 | 1 | -4/+5 |
* | Fix a HPKE API to put libctx, propq as last (optional parameters). | slontis | 2023-04-14 | 1 | -3/+3 |
* | doc: Fix incorrect pairing of functions | Ladislav Marko | 2023-04-13 | 1 | -1/+1 |
* | doc: Fix misleading stucture info | Ladislav Marko | 2023-04-13 | 1 | -1/+1 |
* | Updated return value of PEM_write_TYPE() and PEM_write_bio_TYPE() in man-pages. | Jeeban Sethi | 2023-04-11 | 1 | -2/+1 |
* | Update the documentation for SSL_version et al | Matt Caswell | 2023-04-04 | 1 | -4/+44 |
* | doc: Fix typo in EVP_EncryptInit.pod | Samuel Lee (ENS/CRYPTO) | 2023-03-31 | 1 | -1/+1 |
* | Provider-based KEM and SIG alg speed testing added | Michael Baentsch | 2023-03-31 | 1 | -0/+10 |
* | QUIC Thread Assisted mode: miscellaneous fixes | Hugo Landau | 2023-03-30 | 1 | -1/+1 |
* | QUIC Thread Assisted Mode: Add design document | Hugo Landau | 2023-03-30 | 1 | -0/+104 |
* | Add some documentation for the new advanced s_client command mode | Matt Caswell | 2023-03-30 | 1 | -7/+67 |
* | remove DSA512 from speed testing | Michael Baentsch | 2023-03-30 | 1 | -0/+2 |
* | doc: add HOWTO document about Documenting public Functions and Macros | Michael Richardson | 2023-03-29 | 1 | -0/+176 |
* | doc: note the restriction on digests used by DRBGs in FIPS mode. | Pauli | 2023-03-29 | 3 | -2/+60 |
* | RFC7250 (RPK) support | Todd Short | 2023-03-28 | 11 | -23/+440 |
* | Fix documentation of X509_VERIFY_PARAM_add0_policy() | Tomas Mraz | 2023-03-28 | 1 | -2/+7 |
* | CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo... | Dr. David von Oheimb | 2023-03-25 | 3 | -5/+22 |
* | CMP app: improve doc and help output on -{req,rsp}{in,out} options | Dr. David von Oheimb | 2023-03-25 | 1 | -4/+7 |
* | Update the EVP_PKEY_get_id documentation | Michael Baentsch | 2023-03-25 | 2 | -4/+32 |
* | Add an option to specify number of bits in the subprime (q) when generating D... | Aleksey Sanin | 2023-03-23 | 1 | -3/+10 |
* | QUIC: Add history section to SSL_inject_net_dgram() | Hugo Landau | 2023-03-22 | 1 | -1/+5 |
* | QUIC: Add tests for datagram injection API | Hugo Landau | 2023-03-22 | 1 | -0/+6 |
* | QUIC: Add support for datagram injection | Hugo Landau | 2023-03-22 | 1 | -0/+51 |
* | cmp: fix --strict-warnings windows builds | FdaSilvaYY | 2023-03-21 | 1 | -1/+1 |