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
*
Coverity: fix 272011 resource leak
Pauli
2022-12-15
1
-0
/
+1
*
Fix openssl storeutl to allow serial + issuer
Simo Sorce
2022-12-14
1
-4
/
+2
*
unbuffer stdin before get passwd from stdin
wangyuhang
2022-12-11
1
-0
/
+1
*
Compensate for CMP-related TODOs removed by PR #15539
Dr. David von Oheimb
2022-12-07
1
-4
/
+4
*
Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_size
Peiwei Hu
2022-12-05
1
-2
/
+2
*
Fix the checks in rsautl_main
Peiwei Hu
2022-12-05
1
-12
/
+12
*
Fix build on NonStop
Tomas Mraz
2022-12-05
1
-2
/
+2
*
OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVs
Dr. David von Oheimb
2022-11-25
1
-1
/
+1
*
CMP: fix status held in OSSL_CMP_CTX, in particular for genp messages
Dr. David von Oheimb
2022-11-24
1
-32
/
+32
*
Add support for KTLS zerocopy sendfile on Linux
Maxim Mikityanskiy
2022-11-24
1
-0
/
+16
*
Make parsing of piped data in `speed.c` more robust
Daniel Fiala
2022-11-24
1
-68
/
+80
*
Cleanup : directly include of `internal/nelem.h` when required.
FdaSilvaYY
2022-11-23
1
-0
/
+1
*
Drop explicit check for engines in opt_legacy_okay
Simo Sorce
2022-11-16
1
-8
/
+0
*
apps/speed.c: fix the wrong checks
Peiwei Hu
2022-11-16
1
-9
/
+9
*
apps/ocsp.c: Add missing test if make_ocsp_response failed
GW
2022-11-15
1
-0
/
+2
*
apps/speed.c: add verifying if fdopen returns NULL
Vinz2008
2022-11-14
1
-1
/
+5
*
apps/dgst.c: Set digestname from argv[0] if it is a builtin hash name
Tomas Mraz
2022-11-07
1
-0
/
+2
*
fipsinstall: add -self_test_oninstall option.
Pauli
2022-11-01
1
-3
/
+30
*
openssl list: Fix help text about -cipher-algorithms option
Daniel Fiala
2022-10-24
1
-1
/
+1
*
Checking the return of BIO_new_fp(). If it returns NULL, then it is unnecessa...
xkernel
2022-10-24
1
-1
/
+4
*
Replace BIO_free(bio_err) with BIO_free_all(bio_err)
xkernel
2022-10-21
1
-1
/
+1
*
openssl list: add an empty row at the end of each printed list of commands an...
Daniel Fiala
2022-10-21
1
-29
/
+47
*
Add support for compressed certificates (RFC8879)
Todd Short
2022-10-18
3
-2
/
+26
*
Convert ZLIB defines to OPENSSL_NO_ZLIB
Todd Short
2022-10-18
3
-11
/
+9
*
Add ZSTD compression support (RFC8478bis)
Todd Short
2022-10-18
3
-1
/
+26
*
Add brotli compression support (RFC7924)
Todd Short
2022-10-18
3
-9
/
+38
*
apps & al : Fix various typos, repeated words, align some spelling to LDP.
FdaSilvaYY
2022-10-12
6
-8
/
+8
*
Rename ossl_sleep calls to OSSL_sleep everywhere
Richard Levitte
2022-10-06
3
-6
/
+6
*
s_client: Support interactive reconnect command
Steven Collison
2022-10-04
1
-0
/
+10
*
apps/speed.c: Lock buffer in memory
Juergen Christ
2022-09-29
1
-11
/
+50
*
Coverity 1515538: resource leak
Pauli
2022-09-27
1
-1
/
+3
*
Allow PKCS12 export to set arbitrary bag attributes
Graham Woodward
2022-09-23
3
-4
/
+84
*
APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...
Dr. David von Oheimb
2022-09-20
6
-39
/
+50
*
apps/x509.c: Remove legacy call to OBJ_create()
Dr. David von Oheimb
2022-09-20
1
-3
/
+0
*
Check that sk_SSL_CIPHER_value returns non-NULL value.
Daniel Fiala
2022-09-20
1
-0
/
+7
*
Always use FORMAT_BINARY for infile
Patrik Sevallius
2022-09-20
1
-3
/
+0
*
apps/openssl-vms.cnf: reflect latest changes by 'make update'
Dr. David von Oheimb
2022-09-13
1
-2
/
+2
*
Checking __STDC_VERSION__ rather than __STRICT_ANSI__
Richard Levitte
2022-09-13
1
-2
/
+15
*
list: add an option to list all available algorithms
Pauli
2022-09-11
1
-8
/
+37
*
openssl.cnf: split option value and comment and remove leading space
a1346054
2022-09-09
1
-2
/
+2
*
apps/lib/http_server.{c,h}: clean up logging and move it to log.{c,h}
Dr. David von Oheimb
2022-09-07
5
-119
/
+182
*
apps/ocsp.c etc.: rename 'multi' to 'n_responders' for clarity
Dr. David von Oheimb
2022-09-07
3
-12
/
+12
*
APPS HTTP server: trace requests and responses when enabled
Dr. David von Oheimb
2022-09-07
4
-101
/
+167
*
apps/speed.c: Wait for generated children
Juergen Christ
2022-08-31
1
-0
/
+16
*
Add missing ')' to command help
Pauli
2022-08-26
1
-1
/
+1
*
app_http_tls_cb() and tls_error_hint(): code cleanup
Dr. David von Oheimb
2022-08-23
1
-22
/
+24
*
Support decode SM2 parameters
K1
2022-08-23
1
-2
/
+10
*
openssl speed fails in FIPS mode
Dmitry Belyavskiy
2022-08-23
1
-2
/
+2
*
SHAKE documentation updates for default output length.
slontis
2022-08-17
1
-1
/
+6
*
APPS: genrsa: Support setting properties
Clemens Lang
2022-08-17
1
-1
/
+2
[next]