index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
recipes
/
15-test_dsa.t
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-18
TLSProxy/Record.pm: add is_fatal_alert method.
Andy Polyakov
1
-7
/
+15
2018-04-18
TLSProxy/Proxy.pm: refine NewSessionTicket detection.
Andy Polyakov
1
-5
/
+14
2018-04-18
TLSProxy/Message.pm: refine end-of-conversation detection logic.
Andy Polyakov
1
-2
/
+5
2018-04-18
poly1305/asm/poly1305-armv4.pl: remove unintentional relocation.
Rahul Chaudhry
1
-1
/
+2
2018-04-18
Style: ssl.h
FdaSilvaYY
2
-149
/
+158
2018-04-18
Update EVP_DigestSignInit() docs
Matt Caswell
1
-1
/
+48
2018-04-18
test: Remove redundant SSL_CTX_set_max_early_data
Peter Wu
2
-6
/
+0
2018-04-18
Add support for logging early exporter secret
Peter Wu
3
-0
/
+15
2018-04-18
Add test for CLIENT_EARLY_TRAFFIC_SECRET key logging
Peter Wu
1
-4
/
+57
2018-04-18
Add support for logging TLS 1.3 exporter secret
Peter Wu
3
-2
/
+17
2018-04-17
BIGNUM signed add/sub routines refactory
Davide Galassi
1
-85
/
+47
2018-04-17
Fix a memory leak in an error path
Matt Caswell
1
-8
/
+14
2018-04-17
Check the return from EVP_PKEY_get0_DH()
Matt Caswell
1
-0
/
+6
2018-04-17
Extend the SSL_set_bio() tests
Matt Caswell
1
-32
/
+95
2018-04-17
Fix assertion failure in SSL_set_bio()
Matt Caswell
1
-2
/
+0
2018-04-17
Update fingerprints.txt
Matt Caswell
1
-4
/
+1
2018-04-17
Update the info callback documentation for TLSv1.3
Matt Caswell
1
-7
/
+21
2018-04-17
Add a test for the info callback
Matt Caswell
1
-0
/
+257
2018-04-17
Make sure info callback knows about all handshake start events
Matt Caswell
1
-0
/
+17
2018-04-17
Call the info callback on all handshake done events
Matt Caswell
1
-5
/
+12
2018-04-17
Ignore the status_request extension in a resumption handshake
Matt Caswell
1
-0
/
+4
2018-04-17
SSL_CTX_set_tlsext_ticket_key_cb.pod: fix error check of RAND_bytes() call
Dr. Matthias St. Pierre
1
-1
/
+1
2018-04-17
p5_scrypt.c: fix error check of RAND_bytes() call
Dr. Matthias St. Pierre
1
-1
/
+1
2018-04-17
DRBG: fix coverity issues
Dr. Matthias St. Pierre
2
-7
/
+17
2018-04-17
apps/s_socket.c: print only dynamically allocated port in do_server.
Andy Polyakov
1
-1
/
+5
2018-04-17
Add a config option to disable automatic config loading
Bernd Edlinger
4
-1
/
+13
2018-04-17
Prepare for 1.1.1-pre6-dev
Richard Levitte
2
-3
/
+3
2018-04-17
Prepare for 1.1.1-pre5 release
OpenSSL_1_1_1-pre5
Richard Levitte
2
-2
/
+2
2018-04-17
Update copyright year
Richard Levitte
53
-53
/
+53
2018-04-17
OpenSSL 1.1.1-pre5: update CHANGES with recent user visible changes
Richard Levitte
1
-0
/
+32
2018-04-16
Revert "Add OPENSSL_VERSION_AT_LEAST"
Dr. Matthias St. Pierre
3
-16
/
+0
2018-04-16
Remove mandatory generated files on VMS too
Bernd Edlinger
1
-0
/
+1
2018-04-16
Remove mandatory generated files on windows too
Bernd Edlinger
1
-0
/
+2
2018-04-16
RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called...
Matt Caswell
1
-0
/
+1
2018-04-15
Remove mandatory generated files too
Bernd Edlinger
1
-1
/
+1
2018-04-15
Fix cygwin make dependencies
Bernd Edlinger
1
-3
/
+7
2018-04-14
TLSProxy/Proxy.pm: straighten inner loop termination logic.
Andy Polyakov
1
-5
/
+7
2018-04-14
TLSProxy/Proxy.pm: bind s_server to loopback interface.
Andy Polyakov
2
-55
/
+62
2018-04-14
openssl#5668: corrections after compiling with -qinfo=all:als.
Matthias Kraft
1
-9
/
+12
2018-04-13
make update
Richard Levitte
3
-0
/
+12
2018-04-13
DRBG: implement a get_nonce() callback
Dr. Matthias St. Pierre
6
-154
/
+354
2018-04-13
Rework partial packet handling once more
Bernd Edlinger
2
-2
/
+3
2018-04-13
test/recipes/test_genrsa.t : don't fail because of size limit changes
Richard Levitte
1
-6
/
+34
2018-04-13
Split the scrypt and RSA-PSS into man3 and man7 pages
Richard Levitte
6
-110
/
+276
2018-04-13
Add a test for SRP
Matt Caswell
3
-2
/
+239
2018-04-13
Add support for the SRP base64 alphabet
Matt Caswell
3
-38
/
+190
2018-04-13
Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functions
Matt Caswell
4
-13
/
+65
2018-04-13
Docs for OpenSSL_init_crypto: there is no way to specify another file
Richard Levitte
1
-4
/
+4
2018-04-13
TLSProxy/Proxy.pm: handle "impossible" failure to connect to s_server.
Andy Polyakov
1
-4
/
+10
2018-04-13
TLSProxy/Proxy.pm: handle -1 as return value from waitpid.
Andy Polyakov
1
-6
/
+15
[next]