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
...
*
Add objects for RFC7919 parameters
Dr. Stephen Henson
2017-10-12
1
-0
/
+7
*
DH named parameter support
Dr. Stephen Henson
2017-10-12
4
-1
/
+88
*
Add primes from RFC7919
Dr. Stephen Henson
2017-10-12
1
-0
/
+288
*
Support constant BN for DH parameters
Dr. Stephen Henson
2017-10-12
2
-22
/
+17
*
make update
Dr. Stephen Henson
2017-10-12
2
-0
/
+3
*
Add EVP_PKEY_set1_engine() function.
Dr. Stephen Henson
2017-10-12
3
-3
/
+26
*
Fix memory leak on lookup failure
Dr. Stephen Henson
2017-10-12
1
-0
/
+3
*
Don't ignore passed ENGINE.
Dr. Stephen Henson
2017-10-12
1
-2
/
+3
*
Ensure we test all parameters for BN_FLG_CONSTTIME
Matt Caswell
2017-10-11
1
-6
/
+16
*
Return a value from atomic read on Windows.
Pauli
2017-10-11
2
-2
/
+2
*
Fix typos
Keshav Kini
2017-10-10
1
-3
/
+3
*
crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity problems.
Andy Polyakov
2017-10-10
1
-1
/
+4
*
Add atomic write call
Pauli
2017-10-10
3
-1
/
+32
*
Add a CRYPTO_atomic_read call which allows an int variable to be read
Pauli
2017-10-10
3
-0
/
+31
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
47
-113
/
+113
*
Document that lhash isn't thread safe under any circumstances and
Pauli
2017-10-08
3
-55
/
+29
*
Rewrite some code
Rich Salz
2017-10-07
1
-35
/
+19
*
stack/stack.c: various cleanups.
Andy Polyakov
2017-10-05
1
-34
/
+23
*
Session resume broken switching contexts
Todd Short
2017-10-04
1
-0
/
+1
*
Use more pre-allocation
FdaSilvaYY
2017-10-03
5
-51
/
+72
*
Postpone allocation of STACK internal storage ... until a first push(),
FdaSilvaYY
2017-10-03
1
-33
/
+63
*
nistp521: add a comment to the P+P exceptional case in point_add.
Adam Langley
2017-10-02
1
-3
/
+19
*
Fix the return type of felem_is_zero_int which should be int.
Bernd Edlinger
2017-10-02
3
-6
/
+3
*
Added const-time flag to DSA key decoding to avoid potential leak of privkey
Samuel Weiser
2017-09-29
1
-0
/
+1
*
Remove unnecessary #include <openssl/lhash.h> directives.
Pauli
2017-09-28
13
-21
/
+7
*
Use safestack.h exclusively internally.
Pauli
2017-09-28
7
-12
/
+9
*
Add stack space reservations.
Pauli
2017-09-27
2
-4
/
+9
*
Add a reserve call to the stack data structure.
Pauli
2017-09-27
1
-33
/
+94
*
BN_copy now propagates BN_FLG_CONSTTIME
Samuel Weiser
2017-09-27
2
-2
/
+3
*
Fixed error in propagating BN_FLG_CONSTTIME flag through BN_MONT_CTX_set, whi...
Samuel Weiser
2017-09-27
1
-0
/
+5
*
Allow DH_set0_key with only private key.
David Benjamin
2017-09-26
1
-7
/
+0
*
Guard against DoS in name constraints handling.
David Benjamin
2017-09-22
2
-2
/
+33
*
Fix overflow in c2i_ASN1_BIT_STRING.
David Benjamin
2017-09-19
1
-0
/
+6
*
Null pointer used.
Pauli
2017-09-17
1
-1
/
+1
*
Avoid signed vs unsigned comparison error.
Pauli
2017-09-15
1
-2
/
+3
*
Add explanatory comment about fitting into a size_t.
Pauli
2017-09-15
1
-0
/
+2
*
Remote unrequited casts
Pauli
2017-09-14
1
-5
/
+2
*
Replace malloc+strcpy with strdup
Rich Salz
2017-09-14
3
-12
/
+6
*
Fix function name in ECerr call
Rich Salz
2017-09-14
3
-1
/
+3
*
Support EVP_PKEY_meth_remove and pmeth internal cleanup
Paul Yang
2017-09-14
3
-0
/
+18
*
Ensure that the requested memory size cannot exceed the limit imposed by a
Pauli
2017-09-14
1
-0
/
+2
*
Manually revert "Ensure allocation size fits into size_t"
Pauli
2017-09-14
1
-11
/
+4
*
Revert "Reuse strndup(), simplify code"
Pauli
2017-09-14
1
-8
/
+9
*
Revert "GH614: Use memcpy()/strdup() when possible"
Pauli
2017-09-14
3
-8
/
+10
*
Support key check in EVP interface
Paul Yang
2017-09-13
8
-2
/
+71
*
rsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.
Andy Polyakov
2017-09-11
1
-0
/
+4
*
evp/m_sha3.c: wire SHA3 to rsaEncryption.
Andy Polyakov
2017-09-11
1
-2
/
+2
*
objects/obj_xref.txt: cross-reference SHA3 and rsaEncryption.
Andy Polyakov
2017-09-11
2
-0
/
+12
*
objects/objects.txt: fix RSA-SHA3-284 typo.
Andy Polyakov
2017-09-11
3
-6
/
+6
*
sha/asm/keccak1600-armv8.pl: fix return value buglet and ...
Andy Polyakov
2017-09-09
1
-147
/
+11
[prev]
[next]