Sign in
flutter
/
third_party
/
openssl
/
db0e0abb88b6bd5bfa5637ee84e59dcb5a232008
/
apps
/
s_cb.c
f282e95
Add HelloRetryRequest text to s_client/s_server
by Todd Short
· 8 years ago
b35fb00
Add some TLS13 values to s_client/s_server
by Todd Short
· 8 years ago
9fa36f5
Remove some commented out code in the apps
by Matt Caswell
· 8 years ago
395f7c4
Print signature type to out, not bio_err
by Dr. Stephen Henson
· 8 years ago
a7c04f2
Provided support for the -nameopt flag in s_client, s_server and s_time
by Dmitry Belyavskiy
· 8 years ago
52f4840
Make -xcert work again.
by Dr. Stephen Henson
· 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
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
b612799
Revert "Remove heartbeats completely"
by Richard Levitte
· 8 years ago
6c62f9e
Remove heartbeats completely
by Richard Levitte
· 8 years ago
de4d764
Rename the Elliptic Curves extension to supported_groups
by Matt Caswell
· 8 years ago
582a17d
Add the SSL_METHOD for TLSv1.3 and all other base changes required
by Matt Caswell
· 8 years ago
568ce3a
Constify certificate and CRL time routines.
by Dr. Stephen Henson
· 9 years ago
23143e4
Print out names of other temp key algorithms.
by Dr. Stephen Henson
· 9 years ago
acc0049
Pack globals variables used to control apps/verify_callback()
by FdaSilvaYY
· 9 years ago
846e33c
Copyright consolidation 01/10
by Rich Salz
· 9 years ago
56e2534
Remove some dead code
by Matt Caswell
· 9 years ago
50eadf2
Fix warnings exposed by clang-3.8
by Emilia Kasper
· 9 years ago
0aeddcf
Make DH opaque
by Matt Caswell
· 9 years ago
f9e5503
Fix no-sock
by Matt Caswell
· 9 years ago
b5f40eb
Bugfix: Encode the requested length in s_cb.c:hexencode()
by Viktor Dukhovni
· 9 years ago
e4646a8
Constify security callbacks
by Kurt Roeckx
· 9 years ago
dd696a5
Extends s_client to allow a basic CT policy to be enabled
by Rob Percival
· 9 years ago
800fe8e
Drop support for printing SSLv2 ciphers names.
by Kurt Roeckx
· 9 years ago
a773b52
Remove unused parameters from internal functions
by Rich Salz
· 9 years ago
dba3177
Remove JPAKE
by Rich Salz
· 9 years ago
c0a445a
Suppress DANE TLSA reflection when verification fails
by Viktor Dukhovni
· 9 years ago
0d4fb84
GH601: Various spelling fixes.
by FdaSilvaYY
· 9 years ago
7429b39
RT2887: Add more packet and handshake types
by Daniel Black
· 9 years ago
d858c87
Refactoring BIO: Adapt BIO_s_datagram and all that depends on it
by Richard Levitte
· 9 years ago
b698174
constify PACKET
by Emilia Kasper
· 9 years ago
0996dc5
Refactor apps load_certs/load_crls to work incrementally
by Viktor Dukhovni
· 9 years ago
87a595e
Refactor DTLS cookie generation and verification
by Richard Levitte
· 9 years ago
8caab74
Fix s_server problem with no-ec
by Matt Caswell
· 9 years ago
c01ff88
New function X509_get0_pubkey
by Dr. Stephen Henson
· 9 years ago
96487cd
Continue standardisation of malloc handling in apps
by Matt Caswell
· 9 years ago
3101154
DTLS: remove unused cookie field
by Emilia Kasper
· 9 years ago
fecd04e
Print debug info for extended master secret extension
by Alessandro Ghedini
· 10 years ago
37f3a3b
make no-dh work
by Dr. Stephen Henson
· 10 years ago
df2ee0e
Enable -Wmissing-variable-declarations and
by Ben Laurie
· 10 years ago
64b2575
remove 0 assignments.
by Rich Salz
· 10 years ago
b48357d
GH371: Print debug info for ALPN extension
by Alessandro Ghedini
· 10 years ago
ade44dc
Remove Gost94 signature algorithm.
by Rich Salz
· 10 years ago
3b061a0
RT2547: Tighten perms on generated privkey files
by Rich Salz
· 10 years ago
7768e11
Use bio_err not stderr in apps.
by Rich Salz
· 10 years ago
3e8e688
Replace switch/assignments with table lookup
by Rich Salz
· 10 years ago
8f744cc
Fix for memcpy() and strcmp() being undefined.
by Bjoern D. Rasmussen
· 10 years ago
86885c2
Use "==0" instead of "!strcmp" etc
by Rich Salz
· 10 years ago
b4faea5
Use safer sizeof variant in malloc
by Rich Salz
· 10 years ago
25aaa98
free NULL cleanup -- coda
by Rich Salz
· 10 years ago
68dc682
In apps, malloc or die
by Rich Salz
· 10 years ago
222561f
free NULL cleanup 5a
by Rich Salz
· 10 years ago
ecf3a1f
Remove needless bio_err argument
by Rich Salz
· 10 years ago
7e1b748
Big apps cleanup (option-parsing, etc)
by Rich Salz
· 10 years ago
61986d3
Code style: space after 'if'
by Viktor Dukhovni
· 10 years ago
c5ba2d9
free NULL cleanup
by Rich Salz
· 10 years ago
266483d
RAND_bytes updates
by Matt Caswell
· 10 years ago
ac59d70
apps return value checks
by Matt Caswell
· 10 years ago
10bf4fc
Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
by Rich Salz
· 10 years ago
918bb86
Unchecked malloc fixes
by Matt Caswell
· 10 years ago
75d0ebe
Dead code clean: #if 0 removal in apps
by Rich Salz
· 10 years ago
68fd6dc
Remove support for opaque-prf
by Rich Salz
· 10 years ago
35a1cc9
More comment realignment
by Matt Caswell
· 10 years ago
50e735f
Re-align some comments after running the reformat script.
by Matt Caswell
· 10 years ago
0f113f3
Run util/openssl-format-source -v -c .
by Matt Caswell
· 10 years ago
c80fd6b
Further comment changes for reformat (master)
by Matt Caswell
· 10 years ago
6d23cf9
RT3548: Remove unsupported platforms
by Rich Salz
· 10 years ago
3a83462
Further comment amendments to preserve formatting prior to source reformat
by Matt Caswell
· 10 years ago
fd86c2b
Add missing OPENSSL_NO_EC guards
by Matt Caswell
· 10 years ago
45f55f6
Remove SSLv2 support
by Kurt Roeckx
· 10 years ago
7d4cded
Print out Suite B status.
by Dr. Stephen Henson
· 10 years ago
764b6a3
Fix excert logic.
by Dr. Stephen Henson
· 10 years ago
b948ee2
Remove all RFC5878 code.
by Dr. Stephen Henson
· 11 years ago
a09220d
Recognise padding extension.
by Dr. Stephen Henson
· 11 years ago
e03c5b5
Security callback debug print out.
by Dr. Stephen Henson
· 11 years ago
13dc3ce
New chain building flags.
by Dr. Stephen Henson
· 11 years ago
3323314
Add cert callback retry test.
by Dr. Stephen Henson
· 11 years ago
ec2f7e5
Extend SSL_CONF
by Dr. Stephen Henson
· 11 years ago
5e3ff62
Experimental encrypt-then-mac support.
by Dr. Stephen Henson
· 12 years ago
5eda213
More cleanup.
by Ben Laurie
· 12 years ago
3608618
Add callbacks supporting generation and retrieval of supplemental data entries, facilitating RFC 5878 (TLS auth extensions)
by Scott Deboy
· 12 years ago
14536c8
Make no-ec compilation work.
by Dr. Stephen Henson
· 12 years ago
b252cf0
make JPAKE work again, fix memory leaks
by Dr. Stephen Henson
· 12 years ago
0090a68
Add code to download CRLs based on CRLDP extension.
by Dr. Stephen Henson
· 12 years ago
f5a7d5b
remove print_ssl_cert_checks() from openssl application: it is no longer used
by Dr. Stephen Henson
· 12 years ago
fbeb85e
don't print verbose policy check messages when -quiet is selected even on error
by Dr. Stephen Henson
· 12 years ago
fdb78f3
New option to add CRLs for s_client and s_server.
by Dr. Stephen Henson
· 12 years ago
84bafb7
Print out point format list for clients too.
by Dr. Stephen Henson
· 12 years ago
a5afc0a
Don't display messages about verify depth in s_server if -quiet it set.
by Dr. Stephen Henson
· 12 years ago
20b431e
Add support for printing out and retrieving EC point formats extension.
by Dr. Stephen Henson
· 12 years ago
191b3f0
only use a default curve if not already set
by Dr. Stephen Henson
· 12 years ago
b5cadfb
add -naccept <n> option to s_server to automatically exit after <n> connections
by Dr. Stephen Henson
· 12 years ago
9fc81ac
fix error messages
by Dr. Stephen Henson
· 12 years ago
5d2e07f
Delegate command line handling for many common options in s_client/s_server
by Dr. Stephen Henson
· 12 years ago
a70da5b
New functions to check a hostname email or IP address against a
by Dr. Stephen Henson
· 12 years ago
2a7cbe7
Add -brief option to s_client and s_server to summarise connection details.
by Dr. Stephen Henson
· 13 years ago
33a8de6
new ctrl to retrive value of received temporary key in server key exchange message, print out details in s_client
by Dr. Stephen Henson
· 13 years ago
Next »