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
*
Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64
Rob Percival
2016-11-16
1
-1
/
+4
*
Subtract padding from outlen in ct_base64_decode
Rob Percival
2016-11-16
1
-0
/
+5
*
Check return value of some BN functions.
Rich Salz
2016-11-16
6
-17
/
+24
*
Convert C++ comments to C-style comments
Rob Percival
2016-11-15
1
-5
/
+7
*
Cast time_t to uint64_t before converting to milliseconds in ct_policy.c
Rob Percival
2016-11-15
1
-1
/
+3
*
By default, allow SCT timestamps to be up to 5 minutes in the future
Rob Percival
2016-11-15
1
-1
/
+7
*
Don't check for time() failing in CT_POLICY_EVAL_CTX_new
Rob Percival
2016-11-15
1
-6
/
+2
*
Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()
Rob Percival
2016-11-15
1
-0
/
+7
*
Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_time
Rob Percival
2016-11-15
1
-4
/
+5
*
Check that SCT timestamps are not in the future
Rob Percival
2016-11-15
6
-1
/
+34
*
Simplify PKCS#12 PBE algorithm.
Dr. Stephen Henson
2016-11-15
1
-34
/
+12
*
Add a warning stipulating how things should be coded in ossl_init_base
Richard Levitte
2016-11-15
1
-0
/
+7
*
Stop init loops
Richard Levitte
2016-11-15
1
-1
/
+1
*
dsa/dsa_gen: add error message for seed_len < 0
Sebastian Andrzej Siewior
2016-11-14
2
-2
/
+6
*
Revert "Fixed deadlock in CRYPTO_THREAD_run_once for Windows"
Matt Caswell
2016-11-14
1
-1
/
+1
*
Fixed deadlock in CRYPTO_THREAD_run_once for Windows
DK
2016-11-13
1
-1
/
+1
*
Cast to an unsigned type before negating
Kurt Roeckx
2016-11-12
1
-1
/
+1
*
sha/asm/sha512-armv8.pl: add NEON version of SHA256.
Andy Polyakov
2016-11-11
1
-4
/
+313
*
sha/keccak1600.c: add some optimized implementations.
Andy Polyakov
2016-11-11
1
-5
/
+585
*
chacha/asm/chacha-x86.pl: improve [backward] portability.
Andy Polyakov
2016-11-11
1
-1
/
+8
*
PPC assembler pack: add some PPC970/G5 performance data.
Andy Polyakov
2016-11-11
2
-2
/
+4
*
Fix the effect of no-dso in crypto/init.c
Richard Levitte
2016-11-11
1
-2
/
+2
*
Revert "Move algorithm specific ppccap code from crypto/ppccap.c"
Richard Levitte
2016-11-10
6
-181
/
+111
*
Don't set choice selector on parse failure.
Dr. Stephen Henson
2016-11-10
1
-7
/
+7
*
chacha20/poly1305: make sure to clear the buffer at correct position
Richard Levitte
2016-11-10
1
-1
/
+1
*
aes/asm/aesp8-ppc.pl: improve [backward] portability.
Andy Polyakov
2016-11-10
1
-1
/
+1
*
bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).
Andy Polyakov
2016-11-10
1
-3
/
+2
*
Following the changes to HKDF to accept a mode, add some tests for this
Matt Caswell
2016-11-09
1
-0
/
+15
*
Update HKDF to support separte Extract and Expand steps
Matt Caswell
2016-11-09
1
-7
/
+30
*
Simplify and clean X509_VERIFY_PARAM new/free code.
FdaSilvaYY
2016-11-09
1
-30
/
+13
*
Move algorithm specific ppccap code from crypto/ppccap.c
Richard Levitte
2016-11-09
6
-111
/
+181
*
Missing BN_RECP_CTX field init.
FdaSilvaYY
2016-11-08
1
-3
/
+3
*
Zero stack variable with DSA nonce
Rich Salz
2016-11-08
1
-0
/
+1
*
Fix zlib BIO_METHOD for latest BIO_METHOD structure changes
Matt Caswell
2016-11-08
1
-0
/
+4
*
Allow null in X509_CRL_METHOD_free
FdaSilvaYY
2016-11-07
1
-1
/
+1
*
Implement RSASSA-PKCS1-v1_5 as specified.
David Benjamin
2016-11-07
2
-151
/
+174
*
Fix style issues in HMAC_size()
Matt Caswell
2016-11-04
1
-3
/
+2
*
Ensure HMAC_size() handles errors correctly
Matt Caswell
2016-11-04
1
-1
/
+4
*
Clean away remaining 'selftest' code
Richard Levitte
2016-11-03
5
-261
/
+0
*
Convert mdc2 test print to internal test
Richard Levitte
2016-11-03
1
-21
/
+0
*
Convert x509 selftests to internal test
Richard Levitte
2016-11-03
3
-109
/
+78
*
Convert modes selftests (cts128 and gcm128) to internal test
Richard Levitte
2016-11-03
2
-829
/
+0
*
Convert asn1 selftests (a_strnid and ameth_lib) into internal test
Richard Levitte
2016-11-03
4
-117
/
+99
*
Convert poly1305 selftest into internal test
Richard Levitte
2016-11-03
2
-506
/
+28
*
Implement GET_MODULE_HANDLE_EX_FLAG_PIN for windows
Matt Caswell
2016-11-03
1
-8
/
+43
*
Link using -znodelete
Matt Caswell
2016-11-03
1
-1
/
+5
*
Ensure that libcrypto and libssl do not unload until the process exits
Matt Caswell
2016-11-03
1
-0
/
+31
*
Add a DSO_dsobyaddr() function
Matt Caswell
2016-11-03
1
-3
/
+20
*
Partial revert of 3d8b2ec42 to add back DSO_pathbyaddr
Matt Caswell
2016-11-03
7
-1
/
+88
*
sha/keccak1600.c: add couple of soft asserts.
Andy Polyakov
2016-10-31
1
-0
/
+4
[next]