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
*
Support CLI and API setting of provider configuration parameters
Viktor Dukhovni
12 hours
2
-0
/
+78
*
genpkey: Avoid leaving empty file if encryption passphrase does not match
shridhar kalavagunta
3 days
3
-18
/
+58
*
speed: Pass IV to EVP_CipherInit_ex for -evp runs with non-AEAD ciphers
Ingo Franzki
5 days
1
-1
/
+1
*
Fix memory leaks from missing checks of return value from sk_OPENSSL_STRING_p...
Frederik Wedel-Heinen
9 days
5
-19
/
+38
*
Check returns of various sk_*_push functions
Frederik Wedel-Heinen
10 days
4
-7
/
+16
*
Fix CMS encryption with key agreement when originator set
Jakub Zelenka
12 days
1
-1
/
+8
*
Fix originator cert leak in cms app
Jakub Zelenka
12 days
1
-0
/
+1
*
apps/pkeyutl: Fix checks and documentation regarding -peerkey
Dr. David von Oheimb
12 days
1
-5
/
+16
*
Add CMS_NO_SIGNING_TIME flag to CMS_sign(), CMS_add1_signer()
Peter Juhasz
2024-12-26
1
-1
/
+7
*
To verify MAC, we need a MAC
Dmitry Belyavskiy
2024-12-11
1
-0
/
+6
*
speed.c: Changed the declaration of aead_ivlen to a #define
Mohammed Alhabib
2024-12-10
1
-6
/
+6
*
apps/passwd.c: Convert a redundant check to assert
Bartel Artem
2024-11-29
1
-2
/
+1
*
Fix wrong return value checks for some functions
Peiwei Hu
2024-11-22
2
-2
/
+2
*
Fix multiple wrong use of BN_check_prime
Peiwei Hu
2024-11-22
1
-2
/
+6
*
apps/lib/apps.c: fix the wrong check in check_cert_attributes
Peiwei Hu
2024-11-22
1
-3
/
+3
*
pkeyutl.c: Avoid freeing pkey at multiple places
Tomas Mraz
2024-11-20
1
-13
/
+4
*
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
*
openssl-pkeyutl.pod.in: improve description of -rawin and -digest options
Dr. David von Oheimb
2024-11-09
1
-2
/
+3
*
APPS/pkeyutl: add missing high-level check for -verifyrecover being usable on...
Dr. David von Oheimb
2024-11-09
1
-3
/
+13
*
APPS/pkeyutl: remove wrong check for -verifyrecover regarding too long sign/v...
Dr. David von Oheimb
2024-11-09
1
-2
/
+1
*
APPS/pkeyutl: strengthen error message on too long sign/verify input
Dr. David von Oheimb
2024-11-04
1
-6
/
+8
*
APPS/pkeyutl: -digest implies -rawin and can only be used with -sign and -verify
Dr. David von Oheimb
2024-11-04
1
-10
/
+8
*
APPS/pkeyutl: improve -rawin usability (implied by Ed25519 and Ed448) and doc
Dr. David von Oheimb
2024-11-04
1
-47
/
+80
*
apps/speed.c: Fix the benchmarking for AEAD ciphers
Mohammed Alhabib
2024-11-04
1
-75
/
+285
*
apps: Change default cipher to aes-256-cbc for req, cms and smime apps
Aditya
2024-11-04
3
-20
/
+5
*
speed.c: Check for 0 block size
Tomas Mraz
2024-10-31
1
-1
/
+6
*
req: Add -cipher option to specify private key encryption cipher
Aditya
2024-10-30
1
-1
/
+10
*
output negotiated TLS1.3 group
Michael Baentsch
2024-10-30
1
-5
/
+6
*
speed.c: Check block size before running EVP_Cipher_loop()
Tomas Mraz
2024-10-28
1
-0
/
+23
*
Fix ambiguous output of Signature Algorithms
Bernd Edlinger
2024-10-28
1
-2
/
+22
*
Revert API change of OPENSSL_version()
Tomas Mraz
2024-10-17
1
-14
/
+7
*
Add 'openssl info' item for the Windows install context
Richard Levitte
2024-10-16
1
-1
/
+6
*
replace various calls to sprintf() by BiO_snprintf() to avoid compiler warnin...
Dr. David von Oheimb
2024-10-12
3
-12
/
+13
*
fipsinstall: Save the 'status indicator' if the FIPS provider is 3.0.X.
slontis
2024-10-11
1
-15
/
+40
*
APPS/storeutl: fix case where uri and outfile are the same
Dr. David von Oheimb
2024-10-09
1
-9
/
+13
*
Handle PBMAC1 with absent PBKDF2 PRF
Olivier Chéron
2024-10-07
1
-4
/
+8
*
APPS/pkey: fix case where infile and outfile are the same
Dr. David von Oheimb
2024-10-04
1
-4
/
+4
*
APPS/pkcs8: fix case where infile and outfile are the same
Dr. David von Oheimb
2024-10-04
1
-3
/
+5
*
APPS/ocsp: fix case where reqin and outfile are the same
Dr. David von Oheimb
2024-10-04
1
-4
/
+4
*
APPS/{ecparam,pkeyparam}: fix case where infile and outfile are the same
Dr. David von Oheimb
2024-10-04
2
-13
/
+13
*
APPS/dsaparam: fix case where infile and outfile are the same
Dr. David von Oheimb
2024-10-04
1
-4
/
+4
*
APPS/dhparam: fix case where infile and outfile are the same
Dr. David von Oheimb
2024-10-04
1
-4
/
+4
*
kdfs: implement key length check in X9.42
Dimitri John Ledkov
2024-09-30
1
-0
/
+11
*
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
*
s_server: Support reading HTTP request from early data
Daiki Ueno
2024-09-12
1
-5
/
+40
*
rehash.c: handle possible null pointer returned by OPENSSL_strdup
XZ-X
2024-09-09
1
-0
/
+5
*
apps: directly inclusion of "e_os.h when needed
FdaSilvaYY
2024-09-05
14
-4
/
+23
*
Copyright year updates
Tomas Mraz
2024-09-05
24
-24
/
+24
[next]