index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
list: add an option to list all available algorithms
Pauli
2022-09-11
1
-0
/
+35
*
APPS HTTP server: trace requests and responses when enabled
Dr. David von Oheimb
2022-09-07
1
-1
/
+1
*
OSSL_trace_enabled.pod: add missing synopsis for OSSL_TRACE()
Dr. David von Oheimb
2022-09-07
1
-0
/
+1
*
Initial congestion control API design
Tomas Mraz
2022-09-07
1
-0
/
+243
*
list: add a doubly linked list type.
Pauli
2022-09-05
1
-0
/
+126
*
Fix many inconsistencies in doc of CMS_verify() and PKC7_verify() etc.
Dr. David von Oheimb
2022-09-02
5
-116
/
+152
*
Document the return value of OSSL_LIB_CTX_load_config()
Tomas Mraz
2022-09-01
1
-1
/
+3
*
Fix documented max. length for info buffer in HKDF
Tobias Brunner
2022-09-01
1
-1
/
+1
*
Fix man page to indicate SHA256 MAC for PKCS12
Stefanos Harhalakis
2022-08-30
1
-1
/
+1
*
Add design requirements for QUIC packet demuxer
Tomas Mraz
2022-08-29
1
-0
/
+47
*
QUIC ACK Manager, Statistics Manager and Congestion Control API
Hugo Landau
2022-08-24
4
-2
/
+626
*
CMP: correct handling of fallback subject in OSSL_CMP_CTX_setup_CRM() and its...
Dr. David von Oheimb
2022-08-24
2
-12
/
+22
*
add missing CRMF API function OSSL_CRMF_CERTTEMPLATE_get0_publicKey()
Dr. David von Oheimb
2022-08-24
1
-5
/
+10
*
X509: clean up doc and implementation of X509{,_REQ}_check_private_key()
Dr. David von Oheimb
2022-08-24
1
-9
/
+9
*
add missing doc of X509_REQ_get_extensions() and X509_REQ_add_extensions{,_ni...
Dr. David von Oheimb
2022-08-24
2
-0
/
+56
*
OSSL_HTTP_REQ_CTX_nbio: add support for partial content-type string matching
Dr. David von Oheimb
2022-08-23
2
-4
/
+20
*
Fix typo in migration guide
Tobias Nießen
2022-08-23
1
-1
/
+1
*
Fix doc-nits
Todd Short
2022-08-22
1
-25
/
+3
*
Clarify dashes are required for openssl list command
Jeff Croxell
2022-08-20
1
-7
/
+7
*
BIO_sendmmsg/BIO_recvmmsg (API only)
Hugo Landau
2022-08-19
3
-1
/
+252
*
Add some documentation for X509_gmtime_adj()
Matt Caswell
2022-08-18
1
-16
/
+21
*
X509: Add "code sign" as purpose for verification of certificates
Lutz Jaenicke
2022-08-18
3
-2
/
+4
*
Clarify documentation in regards to EC key parameters
Tomas Mraz
2022-08-18
2
-1
/
+6
*
Rename "RX Frame Handler" to "RX Depacketizer" in the overview
Richard Levitte
2022-08-18
2
-70
/
+70
*
RX depacketizer (QUIC)
Richard Levitte
2022-08-18
1
-0
/
+195
*
SHAKE documentation updates for default output length.
slontis
2022-08-17
2
-4
/
+27
*
Correct the documentation for OPENSSL_MALLOC_FD
Matt Caswell
2022-08-17
1
-8
/
+9
*
Make OSSL_TIME a structure
Pauli
2022-08-12
1
-9
/
+31
*
Change name of parameter in documentation from sigret to sig
Kurt Roeckx
2022-08-04
3
-3
/
+3
*
Properly document deprecation of DH_new() and related functions
Tomas Mraz
2022-08-04
2
-3
/
+15
*
Fix EC_KEY_set_private_key() NULL priv_key docs
Roberto Hueso Gomez
2022-08-04
1
-6
/
+12
*
Note that EVP_CIPHER_get_iv_length returns negative values on error
Pauli
2022-08-03
1
-1
/
+1
*
Implement AES-GCM-SIV (RFC8452)
Todd Short
2022-07-29
1
-0
/
+2
*
Correction: uncompressed is the default value
GregoryTrzonkowski
2022-07-29
1
-2
/
+2
*
Add some documentation for the BIO_s_mem() datagram capability
Matt Caswell
2022-07-28
1
-10
/
+25
*
Update EVP_KDF-X942-ASN1.pod
Joachim Vandersmissen
2022-07-28
1
-2
/
+2
*
x509_lu.c and x509_vfy.c: improve coding style, comments, and related doc
Dr. David von Oheimb
2022-07-26
5
-45
/
+47
*
Fix error in LHASH documentation
Pauli
2022-07-26
1
-1
/
+1
*
Fix error in example.
Pauli
2022-07-22
1
-2
/
+1
*
X509_STORE_CTX_purpose_inherit(): add missing details to its documentation
Dr. David von Oheimb
2022-07-21
1
-3
/
+7
*
Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()
Dr. David von Oheimb
2022-07-20
2
-0
/
+18
*
apps/x509: Improve doc fix for -CAserial anc -CAcreateserial
Dr. David von Oheimb
2022-07-19
1
-5
/
+7
*
Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()
Dr. David von Oheimb
2022-07-19
1
-7
/
+21
*
dhparam: Correct the documentation of -dsaparam
Tomas Mraz
2022-07-18
1
-6
/
+5
*
CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensions
Dr. David von Oheimb
2022-07-16
2
-29
/
+57
*
CMS_add0_cert.pod: various improvements of the description
Dr. David von Oheimb
2022-07-16
1
-14
/
+20
*
Added paragraph to free objects alloced by X509V3_add1_i2d()
Allan
2022-07-15
1
-23
/
+26
*
Updated X509v3_get_ext_by_NID.pod and X509_CRL_get0_by_serial.pod
Allan
2022-07-15
2
-56
/
+59
*
openssl-x509.pod.in: fix description of certificate serial number storage
Dr. David von Oheimb
2022-07-14
1
-6
/
+6
*
APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...
Dr. David von Oheimb
2022-07-14
1
-5
/
+7
[next]