index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMP: add support for central key generation
Rajeev Ranjan
3 days
1
-1
/
+35
*
Check returns of sk_X509_CRL_push and handle appropriately.
Frederik Wedel-Heinen
5 days
1
-7
/
+13
*
s_socket: naccept: close listening socket after accepting clients
Nadav Tasher
8 days
1
-2
/
+9
*
Support CLI and API setting of provider configuration parameters
Viktor Dukhovni
12 days
1
-0
/
+75
*
genpkey: Avoid leaving empty file if encryption passphrase does not match
shridhar kalavagunta
2025-01-15
1
-0
/
+26
*
Check returns of various sk_*_push functions
Frederik Wedel-Heinen
2025-01-08
1
-1
/
+2
*
apps/lib/apps.c: fix the wrong check in check_cert_attributes
Peiwei Hu
2024-11-22
1
-3
/
+3
*
s_cb.c: Move the negotiated group output
Michael Baentsch
2024-11-20
1
-6
/
+7
*
APPS/load_key_certs_crls(): refactor to clean up the code a little and add cl...
Dr. David von Oheimb
2024-11-12
1
-8
/
+38
*
output negotiated TLS1.3 group
Michael Baentsch
2024-10-30
1
-5
/
+6
*
Fix ambiguous output of Signature Algorithms
Bernd Edlinger
2024-10-28
1
-2
/
+22
*
replace various calls to sprintf() by BiO_snprintf() to avoid compiler warnin...
Dr. David von Oheimb
2024-10-12
1
-5
/
+5
*
http_server.{c,h}: make clear that IPv4 or IPv6 is used by http_server_init()
David von Oheimb
2024-09-23
1
-0
/
+1
*
http_server.c: fix checks of error return code in http_server_init()
David von Oheimb
2024-09-23
1
-2
/
+2
*
apps: directly inclusion of "e_os.h when needed
FdaSilvaYY
2024-09-05
5
-2
/
+10
*
Copyright year updates
Tomas Mraz
2024-09-05
6
-6
/
+6
*
apps: add missing entry to tls extension label list
FdaSilvaYY
2024-08-07
1
-1
/
+2
*
Avoid leaking *ba_ret on reconnections
Tomas Mraz
2024-07-31
1
-3
/
+0
*
unnecessary whitespace before a quoted newline
Dimitri Papadopoulos
2024-07-22
1
-2
/
+2
*
open brace '{' following struct go on the same line
Dimitri Papadopoulos
2024-07-22
1
-2
/
+1
*
Fix coverity-1604665
Neil Horman
2024-07-17
1
-1
/
+1
*
CMP: add support for requesting cert template using genm/genp
Rajeev Ranjan
2024-06-20
1
-1
/
+43
*
CMP: Improvements of the support for requesting CRL
Rajeev Ranjan
2024-05-01
1
-3
/
+3
*
CMP: add support for genm with crlStatusList and genp with crls
Dr. David von Oheimb
2024-05-01
1
-0
/
+72
*
Remove all references to FLOSS for NonStop Builds.
Randall S. Becker
2024-04-24
3
-27
/
+0
*
fix sending error when no root CA cert update available
Rajeev Ranjan
2024-04-22
1
-3
/
+16
*
apps: ca,req,x509: Add explicit start and end dates options
Stephan Wurm
2024-04-09
1
-5
/
+36
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
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
*
s_cb.c: Add missing return value checks
MrRurikov
2024-02-22
1
-2
/
+4
*
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 lib and app: add optional certProfile request message header and respecti...
Dr. David von Oheimb
2023-12-19
1
-0
/
+36
*
Fix a possible memleak in opt_verify
Bernd Edlinger
2023-12-12
1
-1
/
+6
*
Make s_client -quic -debug work
Matt Caswell
2023-10-25
1
-2
/
+52
*
apps.c: Remove a redundant error print-out
Tomas Mraz
2023-10-19
1
-2
/
+0
*
apps: Print out a proper message when a store cannot be opened
Tomas Mraz
2023-10-19
1
-2
/
+8
*
Fix some memory leaks in the openssl app
Bernd Edlinger
2023-09-21
1
-4
/
+4
*
"foo * bar" should be "foo *bar"
Dimitri Papadopoulos
2023-09-11
1
-4
/
+4
*
BIO_set_accept_name(): To accept from any interface, use *
Richard Levitte
2023-09-08
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
8
-8
/
+8
*
apps.c: improve warning texts of parse_name() when skipping RDN input
Dr. David von Oheimb
2023-09-05
1
-3
/
+4
*
apps.c: fix error messages (newline and needless text) in load_key_certs_crls()
Dr. David von Oheimb
2023-09-05
1
-5
/
+2
*
http_server.c: allow clients to connect with IPv6
Dr. David von Oheimb
2023-08-15
1
-1
/
+3
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-07-18
1
-1
/
+1
*
CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdate
Dr. David von Oheimb
2023-07-17
1
-42
/
+56
*
APPS load_key_certs_crls(): improve error string macro FAIL_NAME
Dr. David von Oheimb
2023-07-17
1
-4
/
+4
[next]