projects
/
oweals
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Only dump session data after we have received it
[oweals/openssl.git]
/
crypto
/
evp
/
2018-06-20
Matt Caswell
Update copyright year
tree
|
commitdiff
2018-06-19
Jack Lloyd
Move SM2 algos to SM2 specific PKEY method
tree
|
commitdiff
2018-06-19
Jack Lloyd
Add EVP_PKEY_set_alias_type
tree
|
commitdiff
2018-06-18
David von Oheimb
add 'unsupported cipher mode' diagnostics to evp_lib...
tree
|
commitdiff
2018-06-08
Matt Caswell
Add support getting raw private/public keys
tree
|
commitdiff
2018-06-03
Andy Polyakov
evp/e_aes.c: replace calls to one-liners with reference...
tree
|
commitdiff
2018-04-17
Richard Levitte
Update copyright year
tree
|
commitdiff
2018-04-13
Matt Caswell
Add support for the SRP base64 alphabet
tree
|
commitdiff
2018-04-13
Matt Caswell
Change SRP functions to use EVP_EncodeUpdate/EVP_Decode...
tree
|
commitdiff
2018-04-03
Rich Salz
Set error code on alloc failures
tree
|
commitdiff
2018-04-03
Matt Caswell
Update copyright year
tree
|
commitdiff
2018-04-02
Kurt Roeckx
Use the private RNG for data that is not public
tree
|
commitdiff
2018-03-29
FdaSilvaYY
EVP,KDF: Add more error code along some return 0 in ...
tree
|
commitdiff
2018-03-28
Patrick Steuer
crypto/e_aes.c: use S390X_AES_FC macro
tree
|
commitdiff
2018-03-28
Patrick Steuer
crypto/evp/e_aes.c: add size_t casts to increase readab...
tree
|
commitdiff
2018-03-28
Patrick Steuer
s390x assembly pack: add KMF code path for aes-cfb...
tree
|
commitdiff
2018-03-28
Patrick Steuer
s390x assembly pack: add KMO code path for aes-ofb
tree
|
commitdiff
2018-03-28
Patrick Steuer
s390x assembly pack: add KM code path for aes-ecb
tree
|
commitdiff
2018-03-21
Jack Bates
Convert _meth_get_ functions to const getters
tree
|
commitdiff
2018-03-20
Matt Caswell
Update copyright year
tree
|
commitdiff
2018-03-19
Kurt Roeckx
Don't use a ssl specific DRBG anymore
tree
|
commitdiff
2018-03-19
Matt Caswell
Fix no-cmac
tree
|
commitdiff
2018-03-15
Dr. Matthias St...
Publish the RAND_DRBG API
tree
|
commitdiff
2018-03-15
Matt Caswell
Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
tree
|
commitdiff
2018-03-15
Matt Caswell
Make sure all errors go on the stack in the EVP_PKEY_ne...
tree
|
commitdiff
2018-03-15
Matt Caswell
Add the function EVP_PKEY_new_CMAC_key()
tree
|
commitdiff
2018-03-15
Matt Caswell
Add support for setting raw private HMAC keys
tree
|
commitdiff
2018-03-15
Matt Caswell
Add functions to create an EVP_PKEY from raw private...
tree
|
commitdiff
2018-03-02
Matt Caswell
Integrate X448 and Ed448 into libcrypto
tree
|
commitdiff
2018-02-28
Kurt Roeckx
Tell the ciphers which DRBG to use for generating rando...
tree
|
commitdiff
2018-02-27
Dr. Matthias St...
bio_b64.c: prevent base64 filter BIO from decoding...
tree
|
commitdiff
2018-02-27
Matt Caswell
Update copyright year
tree
|
commitdiff
2018-02-23
Bernd Edlinger
Fix some bugs with the cfb1 bitsize handling
tree
|
commitdiff
2018-02-14
Viktor Dukhovni
Avoid fragile aliasing of SHA224/384 update/final
tree
|
commitdiff
2018-02-06
Patrick Steuer
crypto/evp/e_aes.c: add comments to s390x aes gcm imple...
tree
|
commitdiff
2018-02-06
Patrick Steuer
s390x assembly pack: add KMAC code path for aes-ccm
tree
|
commitdiff
2018-01-23
Pauli
SHA512/224 and SHA512/256
tree
|
commitdiff
2018-01-23
Richard Levitte
Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_a...
tree
|
commitdiff
2018-01-09
Richard Levitte
Update copyright years on all files merged since Jan...
tree
|
commitdiff
2018-01-07
Patrick Steuer
s390x assembly pack: add KMA code path for aes-gcm.
tree
|
commitdiff
2017-12-15
Bernd Edlinger
Fix invalid function type casts.
tree
|
commitdiff
2017-12-09
Daniel Bevenius
Make BIO_METHOD struct definitions consistent
tree
|
commitdiff
2017-12-08
Rich Salz
Consistent formatting for sizeof(foo)
tree
|
commitdiff
2017-11-20
Paul Yang
Support public key and param check in EVP interface
tree
|
commitdiff
2017-11-13
Andy Polyakov
evp/pbe_scrypt.c: add boundary condition for implicit...
tree
|
commitdiff
2017-11-05
Ronald Tse
SM3: restructure to EVP internal and update doc to...
tree
|
commitdiff
2017-11-05
Jack Lloyd
SM3: Add SM3 hash function
tree
|
commitdiff
2017-10-31
Ronald Tse
SM4: Add SM4 block cipher to EVP
tree
|
commitdiff
2017-10-30
Kurt Roeckx
Only reset the ctx when a cipher is given
tree
|
commitdiff
2017-10-30
Richard Levitte
make update
tree
|
commitdiff
2017-10-18
KaoruToda
Remove parentheses of return.
tree
|
commitdiff
2017-10-13
Rich Salz
Remove email addresses from source code.
tree
|
commitdiff
2017-10-11
Dr. Stephen Henson
make update
tree
|
commitdiff
2017-10-11
Dr. Stephen Henson
Add EVP_PKEY_set1_engine() function.
tree
|
commitdiff
2017-10-11
Dr. Stephen Henson
Fix memory leak on lookup failure
tree
|
commitdiff
2017-10-11
Dr. Stephen Henson
Don't ignore passed ENGINE.
tree
|
commitdiff
2017-10-09
KaoruToda
Since return is inconsistent, I removed unnecessary...
tree
|
commitdiff
2017-09-14
Pauli
Add explanatory comment about fitting into a size_t.
tree
|
commitdiff
2017-09-14
Paul Yang
Support EVP_PKEY_meth_remove and pmeth internal cleanup
tree
|
commitdiff
2017-09-14
Pauli
Ensure that the requested memory size cannot exceed...
tree
|
commitdiff
2017-09-14
Pauli
Manually revert "Ensure allocation size fits into size_t"
tree
|
commitdiff
2017-09-13
Paul Yang
Support key check in EVP interface
tree
|
commitdiff
2017-09-11
Andy Polyakov
evp/m_sha3.c: wire SHA3 to rsaEncryption.
tree
|
commitdiff
2017-08-30
Jon Spillett
Implement Aria GCM/CCM Modes and TLS cipher suites
tree
|
commitdiff
2017-08-29
Pauli
Move the REF_PRINT support from e_os.h to internal...
tree
|
commitdiff
2017-08-29
Pauli
e_os.h removal from other headers and source files.
tree
|
commitdiff
2017-08-22
Rich Salz
Use "" not <> for internal/ includes
tree
|
commitdiff
2017-08-21
Pauli
This has been added to avoid the situation where some...
tree
|
commitdiff
2017-08-15
Johannes Bauer
Fix coding style of EVP_PKEY_CTX_ctrl_uint64
tree
|
commitdiff
2017-08-15
Richard Levitte
Rename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.c
tree
|
commitdiff
2017-08-12
Andy Polyakov
Wire SHAKE to EVP.
tree
|
commitdiff
2017-08-12
Andy Polyakov
Add EVP_DigestFinalXOF, interface to extendable-output...
tree
|
commitdiff
2017-08-08
Johannes Bauer
Add interface to the scrypt KDF by means of PKEY_METHOD
tree
|
commitdiff
2017-08-03
Rich Salz
Switch from ossl_rand to DRBG rand
tree
|
commitdiff
2017-08-01
Martin Peylo
Adding NID_hmac_sha1 and _md5 to builtin_pbe[]
tree
|
commitdiff
2017-07-29
Dr. Stephen Henson
Add public key method enumeration function.
tree
|
commitdiff
2017-07-25
Andy Polyakov
Wire SHA3 EVPs and add tests.
tree
|
commitdiff
2017-07-25
Andy Polyakov
Add evp/m_sha3.c.
tree
|
commitdiff
2017-07-24
Andy Polyakov
evp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.
tree
|
commitdiff
2017-07-19
Matt Caswell
Remove some dead code
tree
|
commitdiff
2017-07-19
Matt Caswell
Fix undefined behaviour in e_aes_cbc_hmac_sha256.c...
tree
|
commitdiff
2017-07-07
Pauli
Trivial bounds checking.
tree
|
commitdiff
2017-07-05
Richard Levitte
Fix small UI issues
tree
|
commitdiff
2017-07-05
Rich Salz
Undo commit d420ac2
tree
|
commitdiff
2017-07-03
Richard Levitte
Remove the possibility to disable the UI module entirely
tree
|
commitdiff
2017-07-03
Pauli
Fix copyright date for the ARIA evp file.
tree
|
commitdiff
2017-06-15
Pauli
Correct Oracle copyrights & clarify.
tree
|
commitdiff
2017-06-12
Bernd Edlinger
Fix memleak in EVP_DigestSignFinal/VerifyFinal.
tree
|
commitdiff
2017-06-07
Rich Salz
make error tables const and separate header file
tree
|
commitdiff
2017-05-30
Dr. Stephen Henson
ED25519 public key method.
tree
|
commitdiff
2017-05-30
Dr. Stephen Henson
make errors
tree
|
commitdiff
2017-05-30
Dr. Stephen Henson
Add support for custom digestsign/digestverify methods.
tree
|
commitdiff
2017-05-11
Bernd Edlinger
Fix gcc-7 warnings.
tree
|
commitdiff
2017-05-11
Dr. Stephen Henson
Add EVP_DigestSign and EVP_DigesVerify
tree
|
commitdiff
2017-04-24
Rich Salz
check length sanity before correcting in EVP_CTRL_AEAD_...
tree
|
commitdiff
2017-04-04
Gergely Nagy
PBKDF2 computation speedup (15-40%)
tree
|
commitdiff
2017-03-25
Bernd Edlinger
Don't access memory before checking the correct length...
tree
|
commitdiff
2017-03-17
Péter Budai
Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.
tree
|
commitdiff
2017-03-02
Andy Polyakov
evp/e_aes_cbc_hmac_{sha1|sha256}.c: tag reference code.
tree
|
commitdiff
2017-02-28
Matt Caswell
Remove some commented out code in libcrypto
tree
|
commitdiff
next