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
*
apps: remove internal/cryptlib.h include that isn't used
Pauli
2020-10-07
1
-4
/
+9
*
Avoid memory leak of parent on allocation failure for child structure
Benny Baumann
2020-10-07
1
-2
/
+4
*
APPS: Reduce deprecation warning suppression - ENGINE
Richard Levitte
2020-10-04
6
-102
/
+162
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
10
-39
/
+32
*
Fix bug in EDDSA speed test
Shane Lontis
2020-09-26
1
-0
/
+1
*
en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
jwalch
2020-09-25
1
-1
/
+1
*
Remove openssl provider app
Shane Lontis
2020-09-25
2
-383
/
+1
*
Update openssl list to support new provider objects.
Shane Lontis
2020-09-25
1
-69
/
+432
*
apps/ca.c: Rename confusing variable 'req' to 'template_cert' in certify_cert()
Dr. David von Oheimb
2020-09-24
1
-7
/
+7
*
load_key_certs_crls(): Restore output of fatal errors
Dr. David von Oheimb
2020-09-24
15
-56
/
+82
*
Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEM
Richard Levitte
2020-09-24
2
-2
/
+2
*
list: add capability to print details about the current DRBGs
Pauli
2020-09-23
3
-2
/
+116
*
apps/ocsp: Return non zero exit code with invalid certID
Tomas Mraz
2020-09-21
1
-6
/
+12
*
Add option to fipsinstall to disable fips security checks at run time.
Shane Lontis
2020-09-18
1
-11
/
+23
*
Add error message to genpkey app for the '-genparam' option
Shane Lontis
2020-09-18
1
-1
/
+5
*
FIX strncpy warning in apps/cmp.c.
Xiaofei Bai
2020-09-17
1
-1
/
+1
*
Correctly display the signing/hmac algorithm in the dgst app
Matt Caswell
2020-09-17
1
-7
/
+2
*
Don't send -1 as the length of the hmac key
Matt Caswell
2020-09-17
1
-1
/
+2
*
generate_cookie_callback: free temporary memory on an error path
Pauli
2020-09-15
1
-0
/
+1
*
Fix safestack issues in pkcs12.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in conf.h
Matt Caswell
2020-09-13
4
-7
/
+0
*
Fix safestack issues in ct.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in pkcs7.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
Fix safestack issues in ocsp.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
Fix safestack issues in cms.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in cmp.h
Matt Caswell
2020-09-13
2
-4
/
+0
*
Fix safestack issues in asn1.h
Matt Caswell
2020-09-13
3
-5
/
+0
*
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
Matt Caswell
2020-09-13
24
-40
/
+0
*
Fix safestack issues in x509v3.h
Matt Caswell
2020-09-13
2
-5
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
17
-35
/
+0
*
Fix safestack issues in ssl.h
Matt Caswell
2020-09-13
2
-3
/
+0
*
NonStop port updates for 3.0.0.
Randall S. Becker
2020-09-12
8
-1
/
+62
*
keygen: add FIPS error state management to conditional self tests
Shane Lontis
2020-09-12
1
-16
/
+32
*
Fix coverity issue: CID 1466479 - Resource leak in apps/pkcs12.c
Shane Lontis
2020-09-12
1
-3
/
+5
*
apps/ca: allow CRL lastUpdate/nextUpdate fields to be specified
Chris Novakovic
2020-09-11
3
-13
/
+78
*
apps/cmp.c: Improve example given for -geninfo option (also in man page)
Dr. David von Oheimb
2020-09-11
1
-1
/
+1
*
apps/cmp.c: Improve user guidance on missing -subject etc. options
Dr. David von Oheimb
2020-09-11
1
-2
/
+3
*
apps/cmp.c: Improve documentation of -extracerts, -untrusted, and -otherpass
Dr. David von Oheimb
2020-09-11
1
-1
/
+3
*
apps/cmp.c: Improve documentation of -secret, -cert, and -key options
Dr. David von Oheimb
2020-09-11
1
-7
/
+9
*
apps/cmp.c: Improve safeguard assertion on consistency of cmp_options[] and c...
Dr. David von Oheimb
2020-09-11
1
-4
/
+9
*
apps_ui.c: Correct password prompt for ui_method
Dr. David von Oheimb
2020-09-10
1
-0
/
+13
*
apps_ui.c: Correct handling of empty password from -passin
Dr. David von Oheimb
2020-09-10
1
-2
/
+2
*
apps_ui.c: Improve error handling and return value of setup_ui_method()
Dr. David von Oheimb
2020-09-10
2
-6
/
+8
*
Fix fipsinstall module path
Shane Lontis
2020-09-10
3
-10
/
+48
*
Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...
Dr. David von Oheimb
2020-09-10
5
-9
/
+14
*
app_load_config_bio(): fix crash on error
Dr. David von Oheimb
2020-09-10
1
-1
/
+0
*
bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...
Dr. David von Oheimb
2020-09-10
1
-18
/
+22
*
apps.c: Fix mem leaks on error in load_certs() and load_crls()
Dr. David von Oheimb
2020-09-10
1
-4
/
+20
*
apps/cmp.c: clear leftover errors on loading libengines.so etc.
Dr. David von Oheimb
2020-09-10
1
-0
/
+1
*
apps.c: Fix diagnostics and return value of load_key_certs_crls() on error
Dr. David von Oheimb
2020-09-10
1
-13
/
+16
[next]