index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.
Andy Polyakov
2017-08-12
2
-0
/
+8
*
Fix some Typos and indents
FdaSilvaYY
2017-08-11
1
-5
/
+5
*
Add an SSL_SESSION_dup() function
Matt Caswell
2017-08-09
1
-0
/
+1
*
Add interface to the scrypt KDF by means of PKEY_METHOD
Johannes Bauer
2017-08-08
4
-0
/
+42
*
Consolidate to a single asn1_time_from_tm() function
Todd Short
2017-08-04
1
-0
/
+4
*
Add RAND_priv_bytes() for private keys
Rich Salz
2017-08-03
3
-0
/
+4
*
Add a DRBG to each SSL object
Rich Salz
2017-08-03
2
-1
/
+2
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
3
-30
/
+46
*
Move ossl_assert
Matt Caswell
2017-08-03
1
-0
/
+99
*
remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...
Lingmo Zhu
2017-08-03
1
-1
/
+1
*
Added differentiation between missing secret and missing seed
Johannes Bauer
2017-08-03
1
-0
/
+1
*
Changed use of EVP_PKEY_CTX_md() and more specific error codes
Johannes Bauer
2017-08-03
1
-0
/
+3
*
More error handling to HKDF and one more case in TLS1-PRF
Johannes Bauer
2017-08-03
1
-0
/
+2
*
Set error when HKDF used without parameters
Johannes Bauer
2017-08-03
1
-0
/
+1
*
Fix the names of older ciphers.
David Benjamin
2017-07-31
1
-10
/
+10
*
Add public key method enumeration function.
Dr. Stephen Henson
2017-07-30
1
-0
/
+2
*
Implement the CRYPTO_secure_clear_free function
Bernd Edlinger
2017-07-29
1
-0
/
+4
*
Catch up to the removal of OSSL_STORE_open_file()
Benjamin Kaduk
2017-07-27
1
-2
/
+1
*
Define a value for SYS_F_FCNTL
Benjamin Kaduk
2017-07-27
1
-0
/
+1
*
Install custom RAND_METHOD for fuzzing
Rich Salz
2017-07-27
1
-4
/
+0
*
make scrypt ASN.1 parameter functions public
Hubert Kario
2017-07-26
1
-0
/
+13
*
Add support to free/allocate SSL buffers
Todd Short
2017-07-26
1
-2
/
+4
*
Add evp/m_sha3.c.
Andy Polyakov
2017-07-25
1
-0
/
+6
*
Fix const correctness of EC_KEY_METHOD_get_*
Johannes Bauer
2017-07-23
1
-5
/
+5
*
Support converting cipher name to RFC name and vice versa
Paul Yang
2017-07-20
3
-3
/
+181
*
typedef's for RAND_DRBG methods
Benjamin Kaduk
2017-07-20
1
-7
/
+15
*
Add range-checking to RAND_DRBG_set_reseed_interval
Rich Salz
2017-07-20
1
-1
/
+1
*
Add DRBG random method
Rich Salz
2017-07-19
5
-15
/
+93
*
OSSL_STORE: spell error reason correctly
Richard Levitte
2017-07-15
1
-1
/
+1
*
Remove trailing blanks.
Pauli
2017-07-13
1
-2
/
+2
*
make errors
Dr. Stephen Henson
2017-07-13
1
-0
/
+1
*
Some SSL_OP_ values can't be used in 1.1.x
Matt Caswell
2017-07-07
1
-0
/
+15
*
Choose a safer value for SSL_OP_ALLOW_NO_DHE_KEX
Matt Caswell
2017-07-07
1
-3
/
+3
*
Do not allow non-dhe kex_modes by default
Matt Caswell
2017-07-07
1
-0
/
+3
*
Update the version number for TLSv1.3 draft 21
Matt Caswell
2017-07-07
1
-3
/
+3
*
Cleanup RAND_load_file,RAND_write_file
Rich Salz
2017-07-06
1
-0
/
+5
*
BN_pseudo_rand is really BN_rand
Rich Salz
2017-07-04
2
-1
/
+7
*
'make update' after objects/objects.txt update.
Andy Polyakov
2017-07-03
1
-0
/
+132
*
Remove the possibility to disable the UI module entirely
Richard Levitte
2017-07-03
2
-18
/
+24
*
Fix atfork flag. Avoid double-negatives :)
Rich Salz
2017-06-30
1
-1
/
+1
*
Add fork handlers, based on pthread_atfork
Rich Salz
2017-06-29
1
-1
/
+7
*
STORE: Make sure the loader to be registered is complete
Richard Levitte
2017-06-29
1
-0
/
+1
*
Add internal functions to fetch PEM data from an opened BIO
Richard Levitte
2017-06-29
1
-0
/
+2
*
Make it possible to tell the file loader to use secure memory
Richard Levitte
2017-06-29
2
-0
/
+3
*
STORE: add ENGINE information to loaders
Richard Levitte
2017-06-29
1
-1
/
+10
*
STORE 'file' scheme loader: Add directory listing capability
Richard Levitte
2017-06-29
2
-0
/
+2
*
STORE 'file' scheme loader: Add handler for encrypted PKCS#8 data
Richard Levitte
2017-06-29
1
-0
/
+2
*
STORE 'file' scheme loader: refactor file_load to support decoding restart
Richard Levitte
2017-06-29
1
-0
/
+1
*
STORE: Add a OSSL_STORE_INFO type to help support file handler restarts
Richard Levitte
2017-06-29
1
-0
/
+1
*
STORE 'file' scheme loader: add support for the PKCS#12 container
Richard Levitte
2017-06-29
1
-0
/
+3
[next]