Age | Commit message (Expand) | Author |
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 |
2018-05-13 | Add a const qualifier to the ASN1_OBJECT * argument of the following: | Theo Buehler |
2018-05-13 | Add a const qualifier to the argument of EVP_PKEY_get0_asn1(3). | Theo Buehler |
2018-05-13 | Add a const qualifier to the argument of EVP_PKEY_get0(3). | Theo Buehler |
2018-05-13 | Add a const qualifier to the argument of EVP_PKEY_bits(3). | Theo Buehler |
2018-05-13 | Add a const qualifier to the second argument of EVP_DigestVerifyFinal(3). | Theo Buehler |
2018-05-02 | Add const qualifiers to return value of BIO_f_{base64,cipher,md}(). | Theo Buehler |
2018-04-14 | make ENGINE_finish() succeed on NULL and simplify callers as in | Theo Buehler |
2018-03-17 | Bring in compatibility for OpenSSL 1.1 style init functions. | Bob Beck |
2018-02-20 | Provide EVP_PKEY_get0_EC_KEY() and 'if (ret)' vs 'if (ret != 0)' cosmetics. | Theo Buehler |
2018-02-17 | Provide EVP_CIPHER_CTX_reset(). | Joel Sing |
2018-02-17 | Provide EVP_MD_CTX_new(), EVP_MD_CTX_free() and EVP_MD_CTX_reset(). | Joel Sing |
2018-02-17 | Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(), | Theo Buehler |
2018-02-14 | Provide EVP_PKEY_up_ref(). | Joel Sing |
2017-11-28 | GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections | Theo Buehler |
2017-08-28 | Remove EVP_aead_chacha20_poly1305_old() now that the original/old | Joel Sing |
2017-05-11 | Fix a problem introduced in freezero() conversion and use | Jonathan Gray |
2017-05-02 | use freezero() instead of memset/explicit_bzero + free. Substantially | Theo de Raadt |
2017-04-29 | Stop calling OPENSSL_init() internally, since it is a no-op. Also place | Joel Sing |
2017-03-01 | Include EVP_md5_sha1() via OpenSSL_add_all_digests(). | Joel Sing |
2017-02-28 | Add an EVP interface that provides concatenated MD5+SHA1 hashes, which are | Joel Sing |
2017-01-31 | LibreSSL : Truncated packet could crash via OOB read | Kinichiro Inoguchi |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2017-01-21 | Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros. | Joel Sing |
2016-12-21 | Explicitly export a list of symbols from libcrypto. | Joel Sing |
2016-11-08 | Stricter checks of ASN1_INTEGER to reject ASN1_NEG_INTEGER in places when | Miod Vallat |
2016-11-05 | No need to duplicate definitions from evp.h locally. | Miod Vallat |
2016-11-04 | Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by | Miod Vallat |