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
*
s390x assembly pack: add KMAC code path for aes-ccm
Patrick Steuer
2018-02-06
3
-10
/
+549
*
Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_bytes()
Dr. Matthias St. Pierre
2018-02-05
2
-15
/
+5
*
Fix size limitation of RAND_DRBG_bytes()
Dr. Matthias St. Pierre
2018-02-05
1
-1
/
+13
*
drbg_bytes: remove check for DRBG_UNINITIALIZED state
Dr. Matthias St. Pierre
2018-02-05
1
-3
/
+0
*
Fix timing leak in BN_from_montgomery_word.
David Benjamin
2018-02-01
1
-37
/
+20
*
Don't leak the exponent bit width in BN_mod_exp_mont_consttime.
David Benjamin
2018-02-01
1
-1
/
+5
*
Make BN_num_bits_word constant-time.
David Benjamin
2018-02-01
1
-67
/
+40
*
Add TLSv1.3 post-handshake authentication (PHA)
Todd Short
2018-02-01
1
-1
/
+16
*
poly1305/poly1305_ieee754.c: add support for MIPS.
Andy Polyakov
2018-01-31
1
-1
/
+17
*
Restore clearing of init_lock after free
Benjamin Kaduk
2018-01-31
1
-0
/
+1
*
Revert the crypto "global lock" implementation
Benjamin Kaduk
2018-01-31
12
-108
/
+21
*
Remove "dummy" BIO create and destroy functions
Richard Levitte
2018-01-31
2
-43
/
+4
*
BIO: at the end of BIO_new, declare the BIO inited if no create method present
Richard Levitte
2018-01-31
1
-0
/
+2
*
crypto/rand/rand_lib.c: fix undefined reference to `clock_gettime'
Dr. Matthias St. Pierre
2018-01-31
1
-6
/
+6
*
Add RAND_DRBG_bytes
Kurt Roeckx
2018-01-29
3
-0
/
+97
*
Processing GNU-style "make variables" - separate CPP flags from C flags
Richard Levitte
2018-01-28
17
-31
/
+77
*
Add support for the TLS 1.3 signature_algorithms_cert extension
Benjamin Kaduk
2018-01-25
1
-1
/
+2
*
Fix setting of IPV6_V6ONLY on Windows
Bernd Edlinger
2018-01-25
1
-3
/
+10
*
Add documentation for the OCSP_basic_sign() and OCSP_basic_sign_ctx() functions.
David Cooper
2018-01-24
1
-1
/
+1
*
Make editorial changes suggested by Matt Caswell and fixed Travis failures.
David Cooper
2018-01-24
2
-5
/
+17
*
Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...
David Cooper
2018-01-24
1
-2
/
+3
*
Add -rsigopt option to ocsp command
David Cooper
2018-01-24
3
-5
/
+28
*
Fix error-path memory leak in asn_mime.c
Todd Short
2018-01-24
1
-0
/
+1
*
Add support for sending TLSv1.3 cookies
Matt Caswell
2018-01-24
1
-0
/
+2
*
SHA512/224 and SHA512/256
Pauli
2018-01-23
7
-8
/
+169
*
Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()
Richard Levitte
2018-01-23
3
-10
/
+21
*
Revert "EVP_PKEY_asn1_add0(): Check that this method isn't already registered"
Richard Levitte
2018-01-23
1
-5
/
+0
*
Add accessors for AdmissionSyntax
Rich Salz
2018-01-22
2
-22
/
+160
*
Add a configure option to opt-out secure memory
Bernd Edlinger
2018-01-21
1
-1
/
+1
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
17
-17
/
+17
*
Only implement secure malloc if _POSIX_VERSION allows
Richard Levitte
2018-01-18
1
-1
/
+3
*
The Cygwin gcc doesn't define _WIN32, don't pretend it does
Richard Levitte
2018-01-18
1
-2
/
+2
*
Simplify Cygwin checks, part 1
Richard Levitte
2018-01-18
1
-1
/
+1
*
Revert BN_copy() flag copy semantics change
Matt Caswell
2018-01-16
2
-3
/
+2
*
Fix memory leak in do_rand_drbg_init()
Dr. Matthias St. Pierre
2018-01-16
1
-0
/
+7
*
Fix --strict-warnings with C90
Todd Short
2018-01-09
1
-4
/
+4
*
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-09
17
-17
/
+17
*
Various small build improvements on mkdef.pl, progs.pl, crypto/init.c, crypto...
David von Oheimb
2018-01-09
2
-6
/
+9
*
crypto/engine/eng_list.c: compare getenv rv to NULL instead of 0
Patrick Steuer
2018-01-08
1
-1
/
+1
*
fix compile error 'intrinsic function not declared'
EasySec
2018-01-08
1
-0
/
+1
*
NUMERICSTRING support
Dmitry Belyavskiy
2018-01-08
1
-0
/
+1
*
s390x assembly pack: add KMA code path for aes-gcm.
Patrick Steuer
2018-01-07
4
-28
/
+847
*
crypto/aes/asm/aes-s390x.pl: replace decrypt flag by macro.
Patrick Steuer
2018-01-07
1
-2
/
+2
*
s390x assembly pack: add KMA code path for aes-ctr.
Patrick Steuer
2018-01-07
1
-1
/
+55
*
ec/curve25519.c: avoid 2^51 radix on SPARC.
Andy Polyakov
2018-01-07
1
-0
/
+1
*
ec/ecp_nistz256.c: switch to faster addition chain in scalar inversion.
Andy Polyakov
2018-01-07
1
-14
/
+85
*
ec/asm/ecp_nistz256-armv8.pl: add optimized inversion.
Andy Polyakov
2018-01-07
2
-6
/
+306
*
ec/asm/ecp_nistz256-x86_64.pl: add .cfi and SEH handlers to new functions.
Andy Polyakov
2018-01-07
1
-25
/
+138
*
ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
Andy Polyakov
2018-01-07
7
-45
/
+1202
*
Remove remaining NETWARE ifdef's
Rich Salz
2018-01-07
5
-22
/
+2
[next]