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
*
Clean up ASN1_STRING comment and improve example in docs
Job Snijders
12 days
1
-1
/
+1
*
Fix CMS encryption with key agreement when originator set
Jakub Zelenka
12 days
1
-1
/
+2
*
openssl-pkeyutl.pod.in: update from SHA-1 to SHA256, fixing default values an...
Dr. David von Oheimb
12 days
1
-15
/
+17
*
openssl-pkeyutl.pod.in: various fixes
Dr. David von Oheimb
12 days
1
-12
/
+12
*
apps/pkeyutl: Fix checks and documentation regarding -peerkey
Dr. David von Oheimb
12 days
1
-12
/
+14
*
Correct return value documentation for X509V3_set_ctx()
Michael Baentsch
2025-01-03
1
-2
/
+1
*
doc: the allowedAttributeAssignments X.509v3 extension
Jonathan M. Wilbur
2025-01-02
2
-0
/
+24
*
Add CMS_NO_SIGNING_TIME flag to CMS_sign(), CMS_add1_signer()
Peter Juhasz
2024-12-26
3
-3
/
+11
*
fix: ci failures due to symbols missing from history
Jonathan M. Wilbur
2024-12-23
2
-3
/
+15
*
doc: the attributeMappings X.509v3 extension
Jonathan M. Wilbur
2024-12-23
2
-0
/
+25
*
doc: Correctly reflect parameter constraints in EVP_DecryptUpdate()
Patrick J. LoPresti
2024-12-19
1
-4
/
+1
*
Fix missing HISTORY doc entries
Michael Baentsch
2024-12-18
20
-13
/
+149
*
docs: update man3 and man7 with cipher pipeline APIs
Ramkumar
2024-12-17
2
-17
/
+137
*
docs: EVP pipeline API design document
Ramkumar
2024-12-17
1
-0
/
+219
*
Update HISTORY sections of libssl functions > 3.0.0
Michael Baentsch
2024-12-16
10
-6
/
+44
*
openssl-dgst: Document that xoflen is required for shake
Ryan Farley
2024-12-13
1
-11
/
+13
*
Extension of OPENSSL_ia32cap to accommodate additional CPUID bits
Elizarova, Alina
2024-12-13
1
-55
/
+149
*
Fix typo in SSL_get_shared_sigalgs docs
Sasha Romijn
2024-12-13
1
-1
/
+1
*
Add HISTORY to BIO_s_mem documentation
Michael Baentsch
2024-12-13
1
-0
/
+4
*
X509: document non-standard behavior checking EKU extensions in CA and TA certs
Dr. David von Oheimb
2024-12-13
6
-93
/
+159
*
doc: the timeSpecification X.509v3 extension
Jonathan M. Wilbur
2024-12-11
2
-0
/
+55
*
Revert the behavior change of CMS_get1_certs() and CMS_get1_crls()
Tomas Mraz
2024-12-10
1
-2
/
+2
*
Document version-specific utility of EVP_PKEY_Q_keygen
Michael Baentsch
2024-11-29
1
-3
/
+4
*
Minor nit fix to EVP_CipherFinal_ex() return code documentation.
Frederik Wedel-Heinen
2024-11-29
1
-5
/
+8
*
Use static array (length 256) for copy of OPENSSL_MALLOC_FAILURES
sftcd
2024-11-28
1
-1
/
+2
*
Deprecate all BIO_meth_get_*() functions
Tomas Mraz
2024-11-28
1
-22
/
+46
*
Document expected BIO operations for libssl
David Benjamin
2024-11-27
1
-0
/
+9
*
Remove the negative return values of EVP_KDF_* functions in documents
Peiwei Hu
2024-11-22
1
-3
/
+1
*
Add CTX copy function for EVP_MD to optimize the performance of EVP_MD_CTX_co...
wangcheng
2024-11-20
1
-0
/
+11
*
Make ossl_trace_param_values an official api function
Neil Horman
2024-11-19
2
-0
/
+48
*
man ECDSA_sign(3): fix wrong variable names
Alicja Kario
2024-11-13
1
-2
/
+2
*
Change "a SSL" to "an SSL"
Andrew Dinh
2024-11-13
21
-27
/
+27
*
Fix doc and use of_X509v3_add_extensions() in case sk_X509_EXTENSION_num(exts...
Dr. David von Oheimb
2024-11-13
1
-2
/
+4
*
feat: define and use ossl_bio_print_hex
Jonathan M. Wilbur
2024-11-13
1
-0
/
+32
*
doc: the attributeDescriptor X.509v3 extension
Jonathan M. Wilbur
2024-11-13
2
-0
/
+25
*
openssl-pkeyutl.pod.in: improve description of -rawin and -digest options
Dr. David von Oheimb
2024-11-09
1
-22
/
+46
*
openssl-pkeyutl.pod.in: add that -sign is default op, update claim on hash ne...
Dr. David von Oheimb
2024-11-09
1
-7
/
+13
*
Fix the default_md example in the ca docs
Matt Caswell
2024-11-05
1
-1
/
+1
*
Document extensibility of -groups parameter via providers
Michael Baentsch
2024-11-04
1
-5
/
+8
*
Support DEFAULT keyword and '-' prefix in SSL_CTX_set1_groups_list()
Frederik Wedel-Heinen
2024-11-04
1
-2
/
+4
*
APPS/pkeyutl: -digest implies -rawin and can only be used with -sign and -verify
Dr. David von Oheimb
2024-11-04
1
-4
/
+10
*
APPS/pkeyutl: improve -rawin usability (implied by Ed25519 and Ed448) and doc
Dr. David von Oheimb
2024-11-04
1
-4
/
+9
*
apps: Change default cipher to aes-256-cbc for req, cms and smime apps
Aditya
2024-11-04
3
-12
/
+17
*
Fix incorrect openssl-smime doc sample command for encrypt
Zheyu Shen
2024-11-01
1
-2
/
+2
*
req: Add -cipher option to specify private key encryption cipher
Aditya
2024-10-30
1
-0
/
+12
*
TRACE: automatically respect disabled categories
Dr. David von Oheimb
2024-10-23
1
-2
/
+6
*
Improve documentation about duplicate algorithm registrations
Michael Baentsch
2024-10-23
3
-2
/
+21
*
update logo
Dmitry Misharov
2024-10-21
3
-97
/
+28
*
updating docs to reflect security risks for SSLKEYLOGFILE
Neil Horman
2024-10-21
1
-1
/
+5
*
Add documentation for SSLKEYLOGFILE
Neil Horman
2024-10-21
1
-0
/
+8
[next]