index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
License: change any non-boilerplate comment referring to "OpenSSL license"
Richard Levitte
2018-12-06
9
-13
/
+9
*
Refactor the computation of API version limits
Richard Levitte
2018-12-06
24
-30
/
+31
*
Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-dev
Richard Levitte
2018-12-06
1
-0
/
+31
*
Switch future deprecation version from 1.2.0 to 3.0
Richard Levitte
2018-12-06
5
-8
/
+8
*
bn/bn_{div|shift}.c: introduce fixed-top interfaces.
Andy Polyakov
2018-12-05
3
-157
/
+233
*
bn/bn_div.c: make conditional addition unconditional
Andy Polyakov
2018-12-05
1
-17
/
+69
*
Configurations/10-main.conf: remove MIPS bn_div_3_words.
Andy Polyakov
2018-12-05
1
-0
/
+6
*
Disallow Ed25519 signature maleability
Matt Caswell
2018-12-03
1
-10
/
+43
*
rsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant-time.
Andy Polyakov
2018-11-30
1
-37
/
+96
*
rsa/rsa_oaep.c: remove memcpy calls from RSA_padding_check_PKCS1_OAEP.
Andy Polyakov
2018-11-30
1
-31
/
+51
*
rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.
Andy Polyakov
2018-11-30
1
-42
/
+51
*
rsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_decrypt unconditional.
Andy Polyakov
2018-11-30
1
-2
/
+3
*
err/err.c: add err_clear_last_constant_time.
Andy Polyakov
2018-11-30
1
-0
/
+21
*
Clean up BN_consttime_swap.
Billy Brumley
2018-11-26
1
-44
/
+17
*
VMS: fix collected error strings
Richard Levitte
2018-11-24
1
-1
/
+13
*
Smarter build of system error text database
Richard Levitte
2018-11-23
1
-5
/
+14
*
rsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.
Andy Polyakov
2018-11-21
1
-7
/
+5
*
Update copyright year
Matt Caswell
2018-11-20
3
-3
/
+3
*
sha/asm/sha512p8-ppc.pl: optimize epilogue.
Andy Polyakov
2018-11-16
1
-16
/
+9
*
sha/asm/sha512p8-ppc.pl: fix typo in prologue.
Andy Polyakov
2018-11-16
1
-2
/
+2
*
Making SRP_user_pwd functions public
Antoine Salon
2018-11-15
1
-11
/
+15
*
Added SRP_VBASE_add0_user()
Antoine Salon
2018-11-15
1
-0
/
+7
*
SRP module documentation
Antoine Salon
2018-11-15
2
-9
/
+14
*
KMAC implementation using EVP_MAC
Shane Lontis
2018-11-13
11
-4
/
+533
*
Fix SipHash init order.
Richard Levitte
2018-11-12
1
-1
/
+13
*
[crypto/bn] swap BN_FLG_FIXED_TOP too
Billy Brumley
2018-11-10
1
-19
/
+23
*
Add EVP_PKEY_supports_digest_nid()
David Woodhouse
2018-11-10
1
-0
/
+20
*
Stop marking default digest for EC keys as mandatory
David Woodhouse
2018-11-10
1
-1
/
+1
*
Fix issues with do_rand_init/rand_cleanup_int
Bernd Edlinger
2018-11-09
1
-4
/
+8
*
rand_unix.c: open random devices on first use only
Dr. Matthias St. Pierre
2018-11-08
1
-12
/
+3
*
Test: link drbgtest statically against libcrypto
Dr. Matthias St. Pierre
2018-11-08
2
-6
/
+2
*
Add missing RAND initialisation call.
Pauli
2018-11-07
1
-1
/
+2
*
Rename the rand_drbg_st data member "pool" to "seed_pool"
Bernd Edlinger
2018-11-07
3
-12
/
+12
*
Fix error handling in RAND_DRBG_uninstantiate
Bernd Edlinger
2018-11-05
1
-0
/
+1
*
Fix error handling in rand_drbg_new
Bernd Edlinger
2018-11-05
1
-4
/
+1
*
Fix error handling in RAND_DRBG_set
Bernd Edlinger
2018-11-05
1
-1
/
+6
*
GMAC: Add subdir info in crypto/build.info for this to build
Richard Levitte
2018-11-05
1
-1
/
+1
*
Fix a collision in function err numbers
Paul Yang
2018-11-05
1
-1
/
+1
*
Simplify the processing of skipped source directories
Richard Levitte
2018-11-05
1
-0
/
+2
*
Add SUBDIRS settings in relevant build.info files
Richard Levitte
2018-11-05
1
-0
/
+7
*
Add poly1305 MAC support
Paul Yang
2018-11-05
8
-195
/
+181
*
GMAC implementation
Pauli
2018-11-04
9
-5
/
+206
*
crypto/engine/eng_devcrypto.c: ensure we don't leak resources
Richard Levitte
2018-11-02
1
-2
/
+10
*
crypto/engine/eng_devcrypto.c: open /dev/crypto only once
Richard Levitte
2018-11-02
1
-48
/
+18
*
crypto/engine/eng_devcrypto.c: new compilers are strict on prototypes
Richard Levitte
2018-11-02
1
-4
/
+4
*
crypto/engine/eng_devcrypto.c: add digest copy
Richard Levitte
2018-11-02
1
-7
/
+39
*
Add a constant time flag to one of the bignums to avoid a timing leak.
Pauli
2018-11-01
1
-0
/
+1
*
Avoid two memory allocations in each RAND_DRBG_bytes
Bernd Edlinger
2018-11-01
4
-20
/
+52
*
Fix a race condition in drbg_add
Bernd Edlinger
2018-10-30
1
-2
/
+5
*
EVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHOD
Richard Levitte
2018-10-30
3
-206
/
+33
[next]