index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
evp
Age
Commit message (
Expand
)
Author
2020-06-05
Add a custom copy handler for AES key wrap
Theo Buehler
2020-06-05
Allow GOST R 34.11-2012 in PBE/PBKDF2/PKCS#5.
Joel Sing
2020-04-30
Disallow setting the AES-GCM IV length to 0
Theo Buehler
2020-04-27
Disallow the use of zero length IVs in AES-GCM via
Theo Buehler
2020-03-04
Check high bit for base64 decode
Kinichiro Inoguchi
2020-03-03
Fix base64 processing of long lines
Kinichiro Inoguchi
2020-01-26
typo
Theo Buehler
2020-01-26
Improve the comment explaining why the previous change matches OpenSSL's
Theo Buehler
2020-01-26
Adjust EVP_chacha20()'s behavior to match OpenSSL's semantics:
Theo Buehler
2020-01-12
Avoid leak in error path of PKCS5_PBE_keyivgen
Kinichiro Inoguchi
2019-11-01
Wire up PKEY methods for RSA-PSS.
Joel Sing
2019-10-29
Provide EVP_PKEY_CTX_md().
Joel Sing
2019-10-24
Add EVP_PKEY_RSA_PSS.
Joel Sing
2019-09-09
Provide EVP_PKEY_CTX_get_signature_md() macro and implement the
Joel Sing
2019-08-11
Provide ASN1_PKEY_CTRL_CMS_RI_TYPE.
Joel Sing
2019-05-14
Correct missing test to determine if length is in bytes or in bits.
Bob Beck
2019-05-12
Revert the other hunk of r1.36 as well: in the case of CCM, ccm.key is
Theo Buehler
2019-05-10
Revert part of r1.36: in the case of GCM, gcm.key is assigned from
Theo Buehler
2019-04-19
Allocate md_data with calloc to avoid use of uninitialised memory.
Joel Sing
2019-04-14
Some more malloc() to calloc() conversions.
Joel Sing
2019-04-14
Remove two pointless chunks of code.
Joel Sing
2019-04-14
Use calloc() when allocating cipher_data.
Joel Sing
2019-04-14
Annotate a future improvement.
Joel Sing
2019-04-14
Avoid potential double-frees following EVP_CIPHER_CTX_copy().
Joel Sing
2019-04-03
Avoid some out of bound accesses in aesni_cbc_hmac_sha1_cipher().
Theo Buehler
2019-03-27
Cast nonce bytes to avoid undefined behaviour when left shifting.
Joel Sing
2019-03-24
Cast nonce bytes to avoid undefined behaviour when left shifting.
Joel Sing
2019-03-18
Expand the ERR_PACK() macro to ERR_REASON() for consistency.
Theo Buehler
2019-03-17
Provide EVP_PKEY_get0_hmac(). From OpenSSL 1.1.1 which is still
Theo Buehler
2019-03-17
Provide EVP_aes_{128,192,256}_wrap(). This is a compatible
Theo Buehler
2019-03-17
Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.
Theo Buehler
2019-01-22
add support for xchacha20 and xchacha20-poly1305
David Gwynne
2019-01-19
provide EVP_ENCODE_CTX_{new,free}().
Theo Buehler
2018-12-26
Make AES CCM available in tables.
Theo Buehler
2018-11-24
zap 10 tab leading whitespace before 'struct evp_pkey_ctx_st {'
Theo Buehler
2018-11-11
Add EVP_sm3() to OpenSSL_add_all_digests_internal().
Theo Buehler
2018-11-11
Add Ribose Inc's implementation of the SM3 hashing function with
Theo Buehler
2018-09-12
Add some accessor functions:
Damien Miller
2018-08-24
Add const to EVP_PKCS82PKEY().
Theo Buehler
2018-08-24
Add consts to EVP_PKEY_asn1_set_private()
Theo Buehler
2018-08-24
After removing support for broken PKCS#8 formats (it was high time),
Theo Buehler
2018-08-24
Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken()
Theo Buehler
2018-08-24
Check return value of EVP_EncodeUpdate() in b64_write().
Theo Buehler
2018-08-24
Convert EVP_EncodeUpdate() to return an int to allow for error
Theo Buehler
2018-08-24
Provide EVP_CIPHER_CTX_encrypting().
Theo Buehler
2018-08-24
Return an int in BIO_set_cipher() to be able to report errors.
Theo Buehler
2018-08-14
Add a comment that explains what the check is doing and why len >= 1.
Theo Buehler
2018-08-14
The UI_add_{input,verify}_string() functions want a length not including
Theo Buehler
2018-08-10
Add glue to EVP_md5_sha1() so that it can be used with EVP_Sign* and
Joel Sing
2018-05-30
Add a const qualifier to the argument of EVP_PKEY_size().
Theo Buehler
[next]