index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
openssl fipsinstall: fix cosmetic wart
Enji Cooper
2024-04-19
1
-1
/
+1
*
list_provider_info(): Fix leak on error
Tomas Mraz
2024-04-15
1
-0
/
+1
*
APPS: Add missing OPENSSL_free() and combine the error handler
Jiasheng Jiang
2024-04-09
1
-3
/
+6
*
Fix "Error finalizing cipher loop" when running openssl speed -evp -decrypt
Tom Cosgrove
2024-04-09
1
-1
/
+5
*
apps: ca,req,x509: Add explicit start and end dates options
Stephan Wurm
2024-04-09
5
-39
/
+105
*
Copyright year updates
Matt Caswell
2024-04-09
2
-2
/
+2
*
Copyright year updates
Richard Levitte
2024-04-09
10
-10
/
+10
*
Diverse small VMS build fixups
Richard Levitte
2024-04-04
1
-1
/
+1
*
Remove receiving of unused return value
Drokov Pavel
2024-04-04
1
-22
/
+22
*
Fix openssl req with -addext subjectAltName=dirName
Bernd Edlinger
2024-04-02
1
-1
/
+1
*
apps/req,crl: exit with 1 on verification failure
Vladimir Kotal
2024-03-26
2
-4
/
+6
*
Add NULL check before accessing PKCS7 encrypted algorithm
Viliam Lejčík
2024-03-25
1
-1
/
+5
*
apps/x509.c: No warning reading from stdin if redirected
Tomas Mraz
2024-03-15
1
-2
/
+3
*
Use the untrusted certificate chain to create a valid certificate ID for OCSP...
olszomal
2024-03-12
1
-14
/
+30
*
apps/cmp: improve -reqin option to read fallback public key from first reques...
Dr. David von Oheimb
2024-03-06
1
-2
/
+48
*
apps/cmp: extend documentation and diagnostics for using -reqin in special si...
Dr. David von Oheimb
2024-03-06
1
-5
/
+7
*
apps/cmp: add -reqout_only option for dumping/saving just the initial CMP req...
Dr. David von Oheimb
2024-03-06
1
-15
/
+52
*
apps/cmp.c: refactor to fix some coding style nits and more convenient source...
Dr. David von Oheimb
2024-03-06
1
-14
/
+21
*
apps/engine: add EC to list of capabilities
Martin Oliveira
2024-02-25
1
-0
/
+3
*
s_cb.c: Add missing return value checks
MrRurikov
2024-02-22
1
-2
/
+4
*
Add a missing space in an error message
Vincent Lefèvre
2024-02-06
1
-1
/
+1
*
replace strstr() with strchr() for single characters
rilysh
2024-01-25
1
-1
/
+1
*
Add appropriate NULL checks in EVP_CIPHER api
Neil Horman
2024-01-25
1
-0
/
+1
*
Fix a possible memory leak in req_main
Bernd Edlinger
2024-01-24
1
-1
/
+1
*
CMP app and doc: add -no_cache_extracerts option / OSSL_CMP_OPT_NO_CACHE_EXTR...
Dr. David von Oheimb
2024-01-17
1
-1
/
+11
*
CMP app: make -ignore_keyusage apply also for mock server
Dr. David von Oheimb
2024-01-17
1
-3
/
+3
*
Add missing genpkey -rand support
Viktor Dukhovni
2024-01-16
1
-1
/
+9
*
Remove receiving of unused return value
Drokov Pavel
2024-01-15
1
-2
/
+1
*
Error in s_server when -rev option is used with dtls.
Frederik Wedel-Heinen
2024-01-15
1
-0
/
+5
*
Add apps/x509 -set_issuer & -set_subject option to override issuer & subject
Job Snijders
2024-01-15
1
-6
/
+20
*
apps: Don't print hostname on bio_out during connect.
Sebastian Andrzej Siewior
2023-12-29
1
-1
/
+1
*
cmp_server.c,apps/lib/cmp_mock_srv.c: move polling state checks to cmp_server.c
Rajeev Ranjan
2023-12-21
1
-10
/
+0
*
crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed delivery
Dr. David von Oheimb
2023-12-21
1
-18
/
+17
*
crypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delivery for all types of re...
Rajeev Ranjan
2023-12-21
1
-13
/
+70
*
CMP app: make -geninfo option accept multiple ITAVs and support string values...
Dr. David von Oheimb
2023-12-19
1
-52
/
+86
*
CMP lib and app: add optional certProfile request message header and respecti...
Dr. David von Oheimb
2023-12-19
2
-2
/
+78
*
Harden asn1 oid loader to invalid inputs
Neil Horman
2023-12-13
1
-1
/
+1
*
Fix genstr/genconf option in asn1parse
Neil Horman
2023-12-13
1
-1
/
+1
*
pkcs12: Do not forcibly load the config file
Tomas Mraz
2023-12-13
1
-9
/
+0
*
Fix a possible memleak in opt_verify
Bernd Edlinger
2023-12-12
1
-1
/
+6
*
Fix a possible memleak in apps/rehash.c
Bernd Edlinger
2023-12-12
1
-0
/
+1
*
Fix a possible memleak in smime_main
Bernd Edlinger
2023-12-12
1
-1
/
+2
*
Fix a possible memleak in cms_main
Bernd Edlinger
2023-12-12
1
-2
/
+4
*
Fix some invalid use of sscanf
Matt Caswell
2023-12-12
1
-1
/
+1
*
rehash.c: Do not use NAME_MAX limit
Tomas Mraz
2023-12-05
1
-7
/
+9
*
Make 'openssl list' less sensitive for providers without params
Richard Levitte
2023-12-04
1
-17
/
+20
*
Fix a possible memory leak in make_receipt_request
Bernd Edlinger
2023-12-01
1
-2
/
+7
*
Add option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the server to prefer non-dhe ...
Markus Minichmayr
2023-11-24
1
-1
/
+5
*
openssl-speed: support KMAC128 & KMAC256, refactor mac setup/teardown
James Muir
2023-11-24
1
-49
/
+117
*
speed: make hmac(sha256) the default hmac
James Muir
2023-11-23
1
-4
/
+4
[next]