Sign in
flutter
/
third_party
/
openssl
/
0ae407eebe9aafecb7181f75935fcc344318a578
/
apps
96a5d7f
Fix a -Wsign-compare warning
by Benjamin Kaduk
· 8 years ago
f282e95
Add HelloRetryRequest text to s_client/s_server
by Todd Short
· 8 years ago
2b305ab
Make the output of enc -ciphers identical even if run several times in a session.
by Pauli
· 8 years ago
b35fb00
Add some TLS13 values to s_client/s_server
by Todd Short
· 8 years ago
777f170
Limit the output of the enc -ciphers command to just the ciphers enc can
by Pauli
· 8 years ago
bf580d5
Increase the password buffer size to APP_PASS_LEN.
by Pauli
· 8 years ago
593a2aa
Fix no-psk
by Matt Caswell
· 8 years ago
8b0d424
apps/s_client.c: harden ldap_ExtendedResponse_parse.
by Andy Polyakov
· 8 years ago
dbaa069
use OSSLzu instead of lu format for size_t display
by edelangh
· 8 years ago
30d1bab
Silence some clang warnings
by Matt Caswell
· 8 years ago
0665b4e
Rename SSL_write_early() to SSL_write_early_data()
by Matt Caswell
· 8 years ago
f533fbd
Rename SSL_read_early() to SSL_read_early_data()
by Matt Caswell
· 8 years ago
ade1e88
Updates to s_server and s_client for the latest early_data API changes
by Matt Caswell
· 8 years ago
0a5ece5
Tighten sanity checks when calling early data functions
by Matt Caswell
· 8 years ago
6746648
Ensure the max_early_data option to s_server can be 0
by Matt Caswell
· 8 years ago
576eb39
Get s_client to report on whether early data was accepted or not
by Matt Caswell
· 8 years ago
e065518
Add a "-early_data" option to s_server
by Matt Caswell
· 8 years ago
923ac82
Add an option to s_client to send early_data
by Matt Caswell
· 8 years ago
048b189
Add a -max_early_data option to s_server
by Matt Caswell
· 8 years ago
398b0bb
Add LDAP support (RFC 4511) to s_client ("-starttls ldap")
by Robert Scheck
· 8 years ago
f8aa157
Check that async_jobs is not negative and not too high.
by Bernd Edlinger
· 8 years ago
a2b22cd
Remove GENCB_TEST compile flag
by Rich Salz
· 8 years ago
9fa36f5
Remove some commented out code in the apps
by Matt Caswell
· 8 years ago
e627a13
Code health: Remove obvious VAX C fixups
by Richard Levitte
· 8 years ago
b53338c
Clean up references to FIPS
by Emilia Kasper
· 8 years ago
e546e2c
Remove debugging leftovers in apps/opt.c
by Emilia Kasper
· 8 years ago
d86f2f2
Remove ancient demoCA directory
by Dr. Stephen Henson
· 8 years ago
395f7c4
Print signature type to out, not bio_err
by Dr. Stephen Henson
· 8 years ago
46958a0
Check for the presence of _WIN32 rather than its value.
by Richard Levitte
· 8 years ago
2ac915f
In apps/rehash.c, decorate the inclusion of internal/o_dir.h for VMS
by Richard Levitte
· 8 years ago
39aceac
On VMS, massage the fetch file names to remove the generation number
by Richard Levitte
· 8 years ago
341de5f
Let the output from 'openssl enc -ciphers' go to stdout
by Richard Levitte
· 8 years ago
5c80e2a
Make "openssl rehash" work on VMS 8.3 and up
by Richard Levitte
· 8 years ago
65b3dff
apps/req.c: flag "-new" is implied by "-precert"
by Rob Percival
· 8 years ago
505fb99
Change CA.pl flag from --newprecert to --precert
by Rob Percival
· 8 years ago
b6486bf
Adds a "-precert" flag to "openssl req" for creating pre-certificates
by Rob Percival
· 8 years ago
0fbaef9
Fix some more memory leaks with TXT_DB_insert.
by Bernd Edlinger
· 8 years ago
9ad52c5
Fix a few memleaks in TXT_DB.
by Bernd Edlinger
· 8 years ago
a7c04f2
Provided support for the -nameopt flag in s_client, s_server and s_time
by Dmitry Belyavskiy
· 8 years ago
d42d0a4
Implementation of the ARIA cipher as described in RFC 5794.
by Pauli
· 8 years ago
ad39b31
Added '-nameopt' option to the verify command.
by Dmitry Belyavskiy
· 8 years ago
f14afca
Updates following review feedback
by Matt Caswell
· 8 years ago
b07b2a1
Add the ability for s_client to send a KeyUpdate message
by Matt Caswell
· 8 years ago
34df45b
Add a capability to s_server to send KeyUpdate messages
by Matt Caswell
· 8 years ago
0cb8c9d
Change req_check_len error message, it also accepts 20 bytes, but states 'less than' in the error message
by lrns
· 8 years ago
af7e05c
Handle negative reply for NNTP STARTTLS in s_client
by Robert Scheck
· 8 years ago
20967af
Add Sieve support (RFC 5804) to s_client ("-starttls sieve")
by Robert Scheck
· 8 years ago
52f4840
Make -xcert work again.
by Dr. Stephen Henson
· 8 years ago
e067097
mem leak on error path and error propagation fix
by Yuchi
· 8 years ago
222c3da
speed.c: simplify aggregation of ecdh --multi results
by Cristian Stoica
· 8 years ago
c8bff7a
speed.c: simplify aggregation of ecdsa --multi results
by Cristian Stoica
· 8 years ago
0d4de75
speed.c: simplify aggregation of dsa --multi results
by Cristian Stoica
· 8 years ago
8ac2d1a
speed.c: simplify aggregation of rsa --multi results
by Cristian Stoica
· 8 years ago
6d047e0
SSL_get_shared_sigalgs: handle negative idx parameter
by Peter Wu
· 8 years ago
4bf73e9
apps: Add support for writing a keylog file
by Peter Wu
· 8 years ago
a19a6c8
Remove unused variable
by Pauli
· 8 years ago
be4c82a
Fix parsing of serial# in req
by Rich Salz
· 8 years ago
8f85aa6
Add NNTP support (RFC 4642) to s_client ("-starttls nntp")
by Robert Scheck
· 8 years ago
91410d4
fix style issues
by Dr. Stephen Henson
· 8 years ago
42ef7ae
Add SSL_get_peer_signature_type_nid() function.
by Dr. Stephen Henson
· 8 years ago
b2eb699
More complete PSS support.
by Dr. Stephen Henson
· 8 years ago
1f5b44e
Miscellaneous style tweaks based on feedback received
by Matt Caswell
· 8 years ago
be62b22
Update the s_client -sess_out feature to work for TLSv1.3
by Matt Caswell
· 8 years ago
0fe2a0a
Fix a few double ;
by FdaSilvaYY
· 8 years ago
07a38fd
Fix some style and indent issue simplify some code.
by FdaSilvaYY
· 8 years ago
28b86f3
Fix some extra or missing whitespaces...
by FdaSilvaYY
· 8 years ago
ec2a0e6
s_client: Better response success check for CONNECT
by Richard Levitte
· 8 years ago
9d6fcd4
Cleanup EVP_CIPH/EP_CTRL duplicate defines
by Todd Short
· 8 years ago
0db1fb3
Fix use before assignment
by FdaSilvaYY
· 8 years ago
037f2c3
'openssl passwd' command can now compute AIX MD5-based passwords hashes.
by Gaétan Njinang
· 8 years ago
487d3a7
Fix list -disabled for blake2 alg
by EasySec
· 8 years ago
264b2d9
Enable apps to get a UI_METHOD for the default prompter
by Richard Levitte
· 8 years ago
0396a44
print errors in pkey utility
by Dr. Stephen Henson
· 8 years ago
57c0f37
Make sure that password_callback exercises UI
by Richard Levitte
· 8 years ago
6530c49
Fix some style issues with TLSv1.3 state machine PR
by Matt Caswell
· 8 years ago
f5ca0b0
Fix some style issues identified during review
by Matt Caswell
· 8 years ago
acf65ae
Add an s_server capability to read an OCSP Response from a file
by Matt Caswell
· 8 years ago
7524c52
Avoid warnings like unused enum value (as suggested by Rich Salz)
by Robert Scheck
· 8 years ago
1d8a94f
Shift inside of switch back one level (code style change, as requested by Rich Salz)
by Robert Scheck
· 8 years ago
9576545
Add LMTP support (RFC 2033) to s_client ("-starttls lmtp")
by Robert Scheck
· 8 years ago
b6c6898
Support MSBLOB format if RC4 is disabled
by Dr. Stephen Henson
· 8 years ago
86ff6cc
Handle "int_ctx_new:unsupported algorithm" error
by Nicola Tuveri
· 8 years ago
b756d69
Do not handle R_EC_X25519 as a special case
by Nicola Tuveri
· 8 years ago
7943808
Remove leftover KDF pointer
by Nicola Tuveri
· 8 years ago
9bffdeb
Use CRYPTO_memcmp for comparing derived secrets
by Nicola Tuveri
· 8 years ago
f7d984d
Reintroduce preliminary sanity check in ECDH speed and remove further checks in the benchmark loop.
by Nicola Tuveri
· 8 years ago
db1dd93
Remove ECDH_EVP_derive_key wrapper function
by Nicola Tuveri
· 8 years ago
2e4c3b5
More coding style fixes
by Nicola Tuveri
· 8 years ago
29dd15b
Run util/openssl-format-source against apps/speed.c
by Nicola Tuveri
· 8 years ago
cc98e63
bugfix: calculate outlen for each curve
by Nicola Tuveri
· 8 years ago
dfdd45f
Handle EVP_PKEY_derive errors and fix coding style issues
by Nicola Tuveri
· 8 years ago
c29c7aa
Fix coding style and remove some stale code/comments
by Nicola Tuveri
· 8 years ago
ed7377d
Use EVP interface for ECDH in apps/speed.c
by Nicola Tuveri
· 8 years ago
b379598
Make MSBLOB format work with dsa utility.
by Dr. Stephen Henson
· 8 years ago
dfc3ffe
Introduce PATH_MAX and NAME_MAX
by FdaSilvaYY
· 8 years ago
3a19b22
Simplify and fix usage of three string array variable...
by FdaSilvaYY
· 8 years ago
b612799
Revert "Remove heartbeats completely"
by Richard Levitte
· 8 years ago
6c62f9e
Remove heartbeats completely
by Richard Levitte
· 8 years ago
022696c
Allow CA.pl script user to pass extra arguments to openssl command
by marko asplund
· 8 years ago
a22f9c8
Update s_client and s_server documentation about some missing arguments
by EasySec
· 8 years ago
Next »