index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
asn1
/
t_pkey.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-18
Remove unnecessary DRBG_RESEED state
Dr. Matthias St. Pierre
2
-8
/
+7
2017-10-18
Fix reseeding issues of the public RAND_DRBG
Dr. Matthias St. Pierre
19
-327
/
+1032
2017-10-17
s390x assembly pack: remove capability double-checking.
Patrick Steuer
4
-29
/
+6
2017-10-17
crypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.
Patrick Steuer
1
-2
/
+2
2017-10-17
Update RAND_load_file return value.
Rich Salz
1
-1
/
+1
2017-10-17
x509v3/v3_utl.c: avoid double-free.
Andy Polyakov
1
-1
/
+3
2017-10-17
modes/gcm128.c: harmonize GCM_MUL macro with GHASH.
Andy Polyakov
1
-45
/
+56
2017-10-16
Some cleanups to apps/ca.c
FdaSilvaYY
1
-56
/
+34
2017-10-16
Make '-name' option of the 's_client' more generic
Paul Yang
2
-14
/
+32
2017-10-16
Remove unused variable.
Ben Laurie
1
-0
/
+2
2017-10-16
Cleaning secret data after use
EasySec
1
-3
/
+7
2017-10-16
added cmcCA and cmcRA as per rfc6402, capitalized per RFC7030 author
Michael Richardson
4
-6
/
+30
2017-10-16
Code hygiene; initialize some pointers.
Mouse
2
-2
/
+2
2017-10-16
Tweak the comment regarding record version check with respect to TLSv1.3
Matt Caswell
1
-3
/
+4
2017-10-16
Sanity check the HRR version field
Matt Caswell
1
-0
/
+7
2017-10-16
Don't do version neg on an HRR
Matt Caswell
5
-16
/
+39
2017-10-16
Fix incorrect function name in BN_bn2bin manpage
daurnimator
1
-1
/
+1
2017-10-16
Fix a bug in ALPN comparation code of a test case
Paul Yang
1
-1
/
+1
2017-10-16
Fix reading heap overflow in a test case
Paul Yang
1
-6
/
+7
2017-10-16
Add branch coverage to coveralls statistics
Richard Levitte
1
-1
/
+1
2017-10-13
Remove email addresses from source code.
Rich Salz
97
-259
/
+129
2017-10-13
Add CRYPTO_get_alloc_counts.
Rich Salz
6
-59
/
+100
2017-10-12
Fix memory leak in DH_get_nid()
Benjamin Kaduk
1
-4
/
+3
2017-10-12
Add a test for setting initial SNI in CH but not using it with early_data
Matt Caswell
1
-0
/
+10
2017-10-12
Fix bug where early_data does not work if no SNI callback is present
Matt Caswell
1
-0
/
+5
2017-10-12
make update
Dr. Stephen Henson
7
-3
/
+54
2017-10-12
Add RFC7919 documentation.
Dr. Stephen Henson
3
-0
/
+53
2017-10-12
Add RFC7919 tests.
Dr. Stephen Henson
1
-0
/
+557
2017-10-12
Add pad support
Dr. Stephen Henson
2
-1
/
+20
2017-10-12
Don't assume shared key length matches expected length
Dr. Stephen Henson
1
-1
/
+4
2017-10-12
Add RFC7919 support to EVP
Dr. Stephen Henson
2
-4
/
+41
2017-10-12
Add objects for RFC7919 parameters
Dr. Stephen Henson
1
-0
/
+7
2017-10-12
DH named parameter support
Dr. Stephen Henson
5
-1
/
+92
2017-10-12
Add primes from RFC7919
Dr. Stephen Henson
1
-0
/
+288
2017-10-12
Support constant BN for DH parameters
Dr. Stephen Henson
2
-22
/
+17
2017-10-12
Document EVP_PKEY_set1_engine()
Dr. Stephen Henson
1
-4
/
+15
2017-10-12
Add EVP_PKEY_METHOD redirection test
Dr. Stephen Henson
1
-0
/
+170
2017-10-12
make update
Dr. Stephen Henson
4
-0
/
+5
2017-10-12
Add EVP_PKEY_set1_engine() function.
Dr. Stephen Henson
4
-3
/
+29
2017-10-12
Fix memory leak on lookup failure
Dr. Stephen Henson
1
-0
/
+3
2017-10-12
Don't ignore passed ENGINE.
Dr. Stephen Henson
1
-2
/
+3
2017-10-11
Ensure we test all parameters for BN_FLG_CONSTTIME
Matt Caswell
1
-6
/
+16
2017-10-11
Remove an unused file
Matt Caswell
1
-136
/
+0
2017-10-11
Appease -Werror=maybe-uninitialized
Benjamin Kaduk
1
-1
/
+1
2017-10-11
Move supportedgroup ext-block fields out of NO_EC
Benjamin Kaduk
1
-2
/
+2
2017-10-11
Return a value from atomic read on Windows.
Pauli
2
-2
/
+2
2017-10-10
Fix typos
Keshav Kini
2
-4
/
+4
2017-10-10
crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity problems.
Andy Polyakov
2
-4
/
+9
2017-10-10
apps/speed.c: add 'rand' algo to enable DRBG performance measurements.
Patrick Steuer
2
-3
/
+30
2017-10-10
Don't change client random in Client Hello in its second flight
Tatsuhiro Tsujikawa
1
-2
/
+3
[next]