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
*
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Pauli
2017-08-29
12
-12
/
+12
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
38
-37
/
+59
*
Make the global DRBGs static
Kurt Roeckx
2017-08-28
2
-5
/
+3
*
Don't auto-instantiate a DRBG when trying to use it and it's not
Kurt Roeckx
2017-08-28
4
-62
/
+103
*
Avoid out-of-bounds read
Rich Salz
2017-08-28
1
-4
/
+6
*
DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
Dr. Matthias St. Pierre
2017-08-28
4
-31
/
+21
*
RAND: Rename the RAND_poll_ex() callback and its typedef
Dr. Matthias St. Pierre
2017-08-28
5
-22
/
+22
*
DRBG: clarify difference between entropy counts and buffer lengths
Dr. Matthias St. Pierre
2017-08-28
3
-40
/
+56
*
MSC_VER <= 1200 isn't supported; remove dead code
Rich Salz
2017-08-27
1
-3
/
+0
*
This part fixes braces around if-else.
Paul Yang
2017-08-25
9
-44
/
+65
*
Fix coding style in crypto/rsa directory
Paul Yang
2017-08-25
9
-62
/
+62
*
Use strcpy instead of sprintf %s
Rich Salz
2017-08-25
1
-18
/
+14
*
Clear secret stack values after use in the ED25519-functions
Bernd Edlinger
2017-08-25
1
-2
/
+2
*
Clear secret stack values after use in curve25519.c
Bernd Edlinger
2017-08-25
1
-0
/
+6
*
NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard
Richard Levitte
2017-08-25
5
-18
/
+5
*
Check for EOF in ASCII conversions.
Pauli
2017-08-24
1
-2
/
+3
*
Fix BN_print()
Kazuki Yamaguchi
2017-08-23
1
-1
/
+1
*
Move randomness to allocated buffer
Rich Salz
2017-08-23
2
-16
/
+14
*
Improvement the formatting in bn_print.c
Pauli
2017-08-22
1
-22
/
+22
*
(Re)move some things from e_os.h
Rich Salz
2017-08-22
3
-4
/
+3
*
Use "" not <> on e_os.h include
Rich Salz
2017-08-22
5
-5
/
+5
*
Remove custom base64 code.
Rich Salz
2017-08-22
1
-106
/
+6
*
Use "" not <> for internal/ includes
Rich Salz
2017-08-22
21
-39
/
+39
*
Avoid a self-assignment.
Pauli
2017-08-22
1
-2
/
+2
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
31
-230
/
+460
*
More updates following review feedback
Matt Caswell
2017-08-21
5
-29
/
+8
*
Updates following feedback on OPENSSL_assert() removal
Matt Caswell
2017-08-21
5
-14
/
+1
*
Remove OPENSSL_assert() from crypto/x509v3
Matt Caswell
2017-08-21
2
-41
/
+99
*
Remove OPENSSL_assert() from crypto/x509
Matt Caswell
2017-08-21
2
-5
/
+29
*
Remove OPENSSL_assert() from crypto/threads_none.c
Matt Caswell
2017-08-21
1
-3
/
+6
*
Remove OPENSSL_assert() from crypto/pem
Matt Caswell
2017-08-21
2
-10
/
+16
*
Remove OPENSSL_assert() from crypto/kdf
Matt Caswell
2017-08-21
1
-1
/
+2
*
Remove OPENSSL_assert() from crypto/hmac
Matt Caswell
2017-08-21
1
-1
/
+2
*
Remove OPENSSL_assert() from crypto/ec
Matt Caswell
2017-08-21
2
-2
/
+4
*
Remove OPENSSL_assert() from conf_api.c
Matt Caswell
2017-08-21
1
-1
/
+2
*
Remove OPENSSL_assert() usage from crypto/bn
Matt Caswell
2017-08-21
2
-6
/
+6
*
Remove OPENSSL_assert() from various crypto/bio files
Matt Caswell
2017-08-21
3
-14
/
+21
*
Remove OPENSSL_assert() from crypto/asn1/bio_asn1.c
Matt Caswell
2017-08-21
1
-1
/
+3
*
Put thread-fork-init inside a run-once guard
Rich Salz
2017-08-18
1
-2
/
+11
*
err/err.c: improve readability.
Andy Polyakov
2017-08-18
1
-6
/
+2
*
err/err.c: fix "wraparound" bug in ERR_set_error_data.
Andy Polyakov
2017-08-18
1
-2
/
+0
*
Clear outputs in PKCS12_parse error handling.
Bernd Edlinger
2017-08-17
1
-8
/
+13
*
Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULL
David von Oheimb
2017-08-16
1
-0
/
+2
*
sha/asm/keccak1600-armv4.pl: optimize for Thumb-2.
Andy Polyakov
2017-08-16
1
-144
/
+242
*
Fix coding style of EVP_PKEY_CTX_ctrl_uint64
Johannes Bauer
2017-08-16
1
-1
/
+1
*
Revert "Add some casts for %j"
Rich Salz
2017-08-15
1
-2
/
+2
*
Clear error stack on successful OSSL_STORE_open()
Richard Levitte
2017-08-15
1
-5
/
+16
*
Add ERR_clear_last_mark()
Richard Levitte
2017-08-15
1
-0
/
+23
*
Rename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.c
Richard Levitte
2017-08-15
2
-1
/
+1
*
Add some casts for %j
Rich Salz
2017-08-15
1
-2
/
+2
[next]