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
*
Copyright year updates
Matt Caswell
2023-09-07
38
-38
/
+38
*
Per other commands, make progress dots in req only w/ -verbose
Philip Prindeville
2023-09-06
1
-3
/
+10
*
apps/cmp.c: fix bug not allowing to reset -csr and -serial option values
Dr. David von Oheimb
2023-09-05
1
-2
/
+2
*
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
*
Added 'saltlen' option to the OpenSSL enc command line app.
slontis
2023-09-04
1
-8
/
+20
*
Added a 'saltlen' option to the openssl pkcs8 command line app.
slontis
2023-09-04
1
-5
/
+15
*
Changed the default value of the "ess_cert_id_alg" option
olszomal
2023-08-25
2
-4
/
+4
*
QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addr
Hugo Landau
2023-08-24
1
-1
/
+1
*
apps/spkac.c: Check result of ASN1_STRING_set()
Tomas Mraz
2023-08-18
1
-3
/
+4
*
http_server.c: allow clients to connect with IPv6
Dr. David von Oheimb
2023-08-15
1
-1
/
+3
*
speed: Unify output messages regarding number of ops per time
Ingo Franzki
2023-08-01
1
-19
/
+19
*
speed: Also measure RSA encrypt/decrypt, not only RSA sign/verify
Ingo Franzki
2023-08-01
1
-27
/
+147
*
Correct spelling of database
Fatih Arslan Tugay
2023-07-27
1
-5
/
+5
*
speed: Fix execution of EdDSA measurement
Ingo Franzki
2023-07-21
1
-0
/
+14
*
speed: Fix memory leak
Ingo Franzki
2023-07-21
1
-0
/
+6
*
apps/cms.c: Fix unreachable code in cms_main()
atishkov
2023-07-19
1
-13
/
+10
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-07-18
2
-3
/
+3
*
CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdate
Dr. David von Oheimb
2023-07-17
3
-99
/
+213
*
rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.pod
Dr. David von Oheimb
2023-07-17
1
-1
/
+1
*
APPS load_key_certs_crls(): improve error string macro FAIL_NAME
Dr. David von Oheimb
2023-07-17
1
-4
/
+4
*
CMP: support specifying certificate to be revoked via issuer and serial number
Rajeev Ranjan
2023-07-10
1
-27
/
+63
*
Fix typos in s_client
Matt Caswell
2023-06-30
1
-16
/
+0
*
openssl speed -multi -evp prints wrong algorithm name
Jörg Sommer
2023-06-28
1
-2
/
+12
*
Don't truncate the input when decrypting in pkeyutl
Matt Caswell
2023-06-26
2
-2
/
+3
*
Remove restriction to only cross-sign self-signed certificates
Yannik Sembritzki
2023-06-20
1
-10
/
+3
*
Fix new typos found by codespell
Dimitri Papadopoulos
2023-06-18
1
-1
/
+1
*
apps/ca.c: Handle EVP_PKEY_get_default_digest_name() returning 1 with "UNDEF"
Richard Levitte
2023-06-15
1
-3
/
+8
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-06-15
1
-2
/
+2
*
configure: introduce no-ecx to remove ECX related feature
Yi Li
2023-06-14
2
-1
/
+38
*
Coverity 1528486: Avoid assignment of unused value of bags
Tomas Mraz
2023-06-11
1
-3
/
+3
*
Coverity 1528490: Avoid assignment of unused value of i
Tomas Mraz
2023-06-11
1
-5
/
+2
*
Cast the argument to unsigned char when calling isspace()
Michael Baentsch
2023-06-09
3
-6
/
+6
*
apps/asn1parse: improve RFC7462 compliance
Dr. Matthias St. Pierre
2023-06-09
2
-12
/
+29
*
apps/opt: refactor input format parsing
Dr. Matthias St. Pierre
2023-06-09
2
-29
/
+47
*
Cast the argument to unsigned char when calling isdigit()
Michael Baentsch
2023-06-06
1
-1
/
+1
*
allow to disable http
Vladimír Kotal
2023-06-06
3
-34
/
+43
*
Remove pointless warning on pkcs12 import
Dmitry Belyavskiy
2023-06-03
1
-1
/
+1
*
cmp_mock_srv.c: improve comment on cert to be produced from request template
Dr. David von Oheimb
2023-06-01
1
-1
/
+1
*
apps.c: add comment to do_X509_sign() referring to question #19805
Dr. David von Oheimb
2023-06-01
1
-0
/
+1
*
apps/cmp.c: make management of http_cb_arg pointer more robust
Dr. David von Oheimb
2023-06-01
1
-0
/
+2
*
apps/cmp.c: improve warnings on option use
Dr. David von Oheimb
2023-06-01
1
-3
/
+13
*
CMP: add support for genm/genp messages with id-it-caCerts
Dr. David von Oheimb
2023-06-01
2
-30
/
+82
*
QUIC: Rename SSL_tick etc. in s_client
Hugo Landau
2023-05-29
1
-19
/
+9
*
Fix a bug where the result of rehash is unstable
minyong.ha
2023-05-25
1
-1
/
+6
*
APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu...
Dr. David von Oheimb
2023-05-25
4
-24
/
+25
*
APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...
Dr. David von Oheimb
2023-05-25
9
-154
/
+86
*
APPS/ca: remove spurious errors when certain config file entries are not prov...
Dr. David von Oheimb
2023-05-25
1
-11
/
+22
*
pkcs12: Fix macsaltlen parameter type
Marco Abbadini
2023-05-18
1
-1
/
+1
*
Add support for --version and synonyms
Marc Brooks
2023-05-18
1
-6
/
+16
[next]