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
*
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
*
Instantiate when RAND_status() checks
Rich Salz
2017-08-13
1
-0
/
+2
*
sha/asm/keccak1600-avx512.pl: fix buglet in SHA3_squeeze tail.
Andy Polyakov
2017-08-12
1
-1
/
+1
*
Wire SHAKE to EVP.
Andy Polyakov
2017-08-12
2
-4
/
+16
*
Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.
Andy Polyakov
2017-08-12
3
-0
/
+26
*
Fix building without scrypt
Johannes Bauer
2017-08-08
1
-0
/
+4
*
Support CMS decrypt without a certificate for all key types
Dr. Stephen Henson
2017-08-08
1
-6
/
+4
*
Add interface to the scrypt KDF by means of PKEY_METHOD
Johannes Bauer
2017-08-08
8
-4
/
+291
*
Various RAND improvements
Rich Salz
2017-08-08
3
-43
/
+55
*
Avoid surpising password dialog in X509 file lookup.
Bernd Edlinger
2017-08-07
1
-3
/
+3
*
Make RAND_DRBG fork-safe
Rich Salz
2017-08-07
5
-2
/
+18
*
Add missing include of cryptlib.h
Rich Salz
2017-08-06
5
-5
/
+5
*
Use passed drbg, not global one
Dr. Stephen Henson
2017-08-06
1
-2
/
+2
*
Fix typo in files in crypto folder
Xiaoyin Liu
2017-08-05
4
-8
/
+8
*
Add entropy sanity check
Dr. Stephen Henson
2017-08-05
1
-0
/
+5
*
Set randomness buffer pointer in get_entropy calls.
Dr. Stephen Henson
2017-08-05
1
-0
/
+2
*
Consolidate to a single asn1_time_from_tm() function
Todd Short
2017-08-04
5
-163
/
+154
*
Add RAND_priv_bytes() for private keys
Rich Salz
2017-08-03
14
-51
/
+110
*
Add a DRBG to each SSL object
Rich Salz
2017-08-03
1
-0
/
+8
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
16
-1101
/
+639
*
Move ossl_assert
Matt Caswell
2017-08-03
1
-82
/
+0
*
Fix indentation
Johannes Bauer
2017-08-03
1
-1
/
+1
*
Added differentiation between missing secret and missing seed
Johannes Bauer
2017-08-03
3
-1
/
+7
[next]