index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
req.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-07-24
schlock global variable needs to be volatile
Xiaoyin Liu
1
-1
/
+2
2017-07-24
Fix nid assignment in ASN1_STRING_TABLE_add
lolyonok
1
-1
/
+2
2017-07-24
Makefile.shared: Make link_shlib.linux-shared less verbose again
Richard Levitte
1
-1
/
+1
2017-07-24
test/recipes/80-test_tsa.t: Don't trust 'OPENSSL_CONF'
Richard Levitte
1
-8
/
+12
2017-07-24
Simplify Makefile.shared
Richard Levitte
2
-192
/
+90
2017-07-24
Improve struct tm population
Pauli
3
-4
/
+117
2017-07-24
Add asn1_time_to_tm function and check days in month
Paul Yang
6
-272
/
+222
2017-07-23
Update documentation for SSL_is_server()
Paul Yang
1
-2
/
+15
2017-07-23
Remove unused function prototypes
Xiaoyin Liu
1
-3
/
+0
2017-07-23
Update doc/ca.pod to clarify description for dates
Paul Yang
1
-2
/
+14
2017-07-23
Fix const correctness of EC_KEY_METHOD_get_*
Johannes Bauer
2
-10
/
+10
2017-07-22
Add --with-rand-seed
Rich Salz
10
-306
/
+324
2017-07-21
sha/asm/keccak1600-avx512.pl: absorb bug-fix and minor optimization.
Andy Polyakov
1
-19
/
+17
2017-07-21
x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.
Andy Polyakov
8
-5
/
+33
2017-07-20
Support converting cipher name to RFC name and vice versa
Paul Yang
15
-144
/
+1083
2017-07-20
Fix out-of-bounds read in ctr_XOR
Benjamin Kaduk
1
-1
/
+1
2017-07-20
typedef's for RAND_DRBG methods
Benjamin Kaduk
2
-14
/
+19
2017-07-20
Remove trailing whitespace from drbgtest.c
Benjamin Kaduk
1
-2
/
+2
2017-07-20
Rename internal rand.h file
Rich Salz
3
-2
/
+2
2017-07-20
Fix faulty include
Richard Levitte
1
-1
/
+1
2017-07-20
Add range-checking to RAND_DRBG_set_reseed_interval
Rich Salz
4
-4
/
+10
2017-07-19
Add keygen test data
Dr. Stephen Henson
1
-0
/
+34
2017-07-19
Add keygen test to evp_test
Dr. Stephen Henson
1
-0
/
+112
2017-07-19
Typo: should check mgf1md
Dr. Stephen Henson
1
-1
/
+1
2017-07-19
Set maskHash when creating parameters.
Dr. Stephen Henson
1
-0
/
+2
2017-07-19
Remove some dead code
Matt Caswell
2
-6
/
+0
2017-07-19
Fix undefined behaviour in e_aes_cbc_hmac_sha256.c and e_aes_cbc_hmac_sha1.c
Matt Caswell
2
-2
/
+18
2017-07-19
Add DRBG random method
Rich Salz
19
-54
/
+2165
2017-07-18
Add some performance notes about early data
Matt Caswell
1
-0
/
+24
2017-07-18
Remove session checks from SSL_clear()
Matt Caswell
1
-5
/
+2
2017-07-18
Add a test for SSL_clear()
Matt Caswell
1
-0
/
+55
2017-07-18
Fix SSL_clear() in TLSv1.3
Matt Caswell
1
-3
/
+5
2017-07-18
Tolerate a zero length ticket nonce
Matt Caswell
2
-5
/
+0
2017-07-18
Add a test for early_data when an HRR occurs
Matt Caswell
1
-10
/
+47
2017-07-18
Fix early_data with an HRR
Matt Caswell
4
-16
/
+23
2017-07-18
RSA_padding_check_PKCS1_type_2 is not constant time.
Emilia Kasper
2
-0
/
+14
2017-07-17
Remove resolved TODO
Emilia Kasper
1
-2
/
+0
2017-07-17
Fix bogus use of BIO_sock_should_retry.
Bernd Edlinger
1
-1
/
+1
2017-07-17
Fix TLSv1.3 exporter secret
Tatsuhiro Tsujikawa
1
-4
/
+6
2017-07-17
Fix use-after-free
Rich Salz
2
-4
/
+7
2017-07-17
Fix some pedantic warnings.
Pauli
5
-6
/
+6
2017-07-17
Standardize apps use of -rand, etc.
Rich Salz
49
-426
/
+510
2017-07-16
Don't use "version" in "OpenSSL Version 1.1.0" etc
Rich Salz
23
-31
/
+32
2017-07-16
Address Coverity issues.
Pauli
1
-3
/
+2
2017-07-15
sha/asm/keccak1600-avx2.pl: optimized remodelled version.
Andy Polyakov
1
-97
/
+99
2017-07-15
sha/asm/keccak1600-avx2.pl: remodel register usage.
Andy Polyakov
1
-109
/
+105
2017-07-15
testutil: stanza files are text files, open them as such
Richard Levitte
1
-1
/
+1
2017-07-15
OSSL_STORE "file" scheme loader: check that a DOS device is correctly named
Richard Levitte
1
-3
/
+7
2017-07-15
OSSL_STORE "file" scheme loader: check for absolute path in URI later
Richard Levitte
1
-18
/
+28
2017-07-15
test/recipes/90-test_store.t: Add a few cases with files starting with 'file:'
Richard Levitte
1
-0
/
+31
[next]