index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
external
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-29
Adapt test/evp_test.c to deal with available EVP_MACs
Richard Levitte
1
-20
/
+172
2018-10-29
Add generic EVP_PKEY_METHOD for EVP_MACs
Richard Levitte
6
-1
/
+379
2018-10-29
Add automatic initializations support for EVP_MAC objects
Richard Levitte
6
-3
/
+52
2018-10-29
Add EVP_MAC API
Richard Levitte
14
-3
/
+713
2018-10-29
Rework and simplify resource flow in drbg_add
Bernd Edlinger
2
-24
/
+6
2018-10-28
randfile.c: fix a Coverity warning
Dr. Matthias St. Pierre
1
-1
/
+1
2018-10-28
Timing vulnerability in ECDSA signature generation (CVE-2018-0735)
Pauli
1
-3
/
+3
2018-10-28
Timing vulnerability in DSA signature generation (CVE-2018-0734).
Pauli
1
-13
/
+15
2018-10-28
DSA mod inverse fix
Pauli
1
-1
/
+31
2018-10-28
drbg_lib: avoid NULL pointer dereference in drbg_add
Dr. Matthias St. Pierre
1
-1
/
+3
2018-10-28
iOS config targets: disable "async" by default
Richard Levitte
1
-12
/
+10
2018-10-28
Configure: Improve warning if no random seed source was configured
Dr. Matthias St. Pierre
1
-6
/
+11
2018-10-27
Support GeneralSubtrees with minimum = 0
Fraser Tweedale
1
-2
/
+24
2018-10-26
Fix data race in RAND_DRBG_generate
Bernd Edlinger
3
-17
/
+30
2018-10-26
Add a test for duplicated DTLS records
Matt Caswell
3
-26
/
+96
2018-10-26
Properly handle duplicated messages from the next epoch
Matt Caswell
1
-4
/
+1
2018-10-26
Fix a possible crash in rand_drbg_get_entropy
Bernd Edlinger
1
-0
/
+2
2018-10-26
Configure: Reword the summary output
Dr. Matthias St. Pierre
1
-3
/
+9
2018-10-26
RAND_add()/RAND_seed(): fix failure on short input or low entropy
Dr. Matthias St. Pierre
2
-45
/
+153
2018-10-26
RAND_load_file(): avoid adding small chunks to RAND_add()
Dr. Matthias St. Pierre
1
-9
/
+23
2018-10-26
RAND_load_file(): return error if reseeding failed
Dr. Matthias St. Pierre
1
-0
/
+6
2018-10-25
Windows: Produce a static version of the public libraries, always
Richard Levitte
2
-21
/
+9
2018-10-23
RAND: ensure INT32_MAX is defined
Richard Levitte
1
-0
/
+2
2018-10-23
RSA security bits calculation
Pauli
2
-1
/
+188
2018-10-22
RAND_add(): fix heap corruption in error path
Dr. Matthias St. Pierre
1
-0
/
+4
2018-10-21
build file templates: have targets for all shared library names
Richard Levitte
2
-36
/
+32
2018-10-19
Don't complain and fail about unknown TLSv1.3 PSK identities in s_server
Matt Caswell
1
-3
/
+2
2018-10-19
Buffer a ClientHello with a cookie received via DTLSv1_listen
Matt Caswell
3
-28
/
+47
2018-10-19
Use the read and write buffers in DTLSv1_listen()
Matt Caswell
3
-30
/
+19
2018-10-19
Test DTLS cookie generation and verification
Matt Caswell
1
-0
/
+51
2018-10-19
Fix a DTLS memory leak
Matt Caswell
1
-1
/
+3
2018-10-19
sha/asm/keccak1600-armv8.pl: halve the size of hw-assisted subroutine.
Andy Polyakov
1
-77
/
+69
2018-10-19
Configurations/15-android.conf: add support for "standalone toolchain".
Andy Polyakov
2
-15
/
+44
2018-10-19
arch/async_posix.h: improve portability.
Andy Polyakov
1
-1
/
+2
2018-10-19
Fix tls_cbc_digest_record is slow using SHA-384 and short messages
armfazh
1
-2
/
+3
2018-10-18
Apply self-imposed path length also to root CAs
Viktor Dukhovni
1
-5
/
+4
2018-10-18
Only CA certificates can be self-issued
Viktor Dukhovni
1
-2
/
+2
2018-10-17
s390x assembly pack: add OPENSSL_s390xcap man page.
Patrick Steuer
2
-0
/
+174
2018-10-17
s390x assembly pack: add OPENSSL_s390xcap environment variable.
Patrick Steuer
3
-13
/
+556
2018-10-17
Deprecate ECDH_KDF_X9_62()
Antoine Salon
4
-3
/
+9
2018-10-17
EVP module documentation pass
Antoine Salon
23
-58
/
+434
2018-10-17
Fix: 'openssl ca' command crashes when used with 'rand_serial' option
Dr. Matthias St. Pierre
1
-9
/
+10
2018-10-17
Build file templates: look at *all* defines
Richard Levitte
2
-6
/
+6
2018-10-17
Add a missing check on s->s3->tmp.pkey
Mansour Ahmadi
1
-0
/
+6
2018-10-17
print() is a function in Python 3
cclauss
1
-1
/
+1
2018-10-16
DRBG: fix reseeding via RAND_add()/RAND_seed() with large input
Dr. Matthias St. Pierre
13
-46
/
+128
2018-10-13
Fix copy&paste error found in Coverity scan
Tomas Mraz
1
-1
/
+1
2018-10-12
rsa/rsa_ossl.c: fix and extend commentary [skip ci].
Andy Polyakov
1
-1
/
+2
2018-10-12
ssl/s3_enc.c: fix logical errors in ssl3_final_finish_mac.
Andy Polyakov
1
-3
/
+5
2018-10-12
sha/asm/keccak1600-s390x.pl: resolve -march=z900 portability issue.
Andy Polyakov
1
-2
/
+2
[next]