index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
libcrypto.num
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add EVP_PKEY functions to get EC conv form and field type
Matt Caswell
2021-01-26
1
-0
/
+2
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
1
-78
/
+78
*
Add functions to set values into an EVP_PKEY
Shane Lontis
2021-01-26
1
-0
/
+7
*
bn: Deprecate the X9.31 RSA key generation related functions
Tomas Mraz
2021-01-25
1
-3
/
+3
*
OCSP HTTP: Restore API of undocumented and recently deprecated functions
Dr. David von Oheimb
2021-01-23
1
-1
/
+0
*
rename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_set_request_line
Dr. David von Oheimb
2021-01-23
1
-1
/
+1
*
Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_ex
Rich Salz
2021-01-21
1
-2
/
+1
*
Deprecate OCSP_xxx API for OSSL_HTTP_xxx
Rich Salz
2021-01-19
1
-9
/
+9
*
Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarity
Tomas Mraz
2021-01-18
1
-2
/
+2
*
Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed cert
Dr. David von Oheimb
2021-01-13
1
-0
/
+3
*
Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1
Dr. David von Oheimb
2021-01-13
1
-1
/
+1
*
Add some more CRYPTO_atomic functions
Matt Caswell
2020-12-31
1
-0
/
+2
*
Drop OPENSSL_NO_RSA everywhere
Richard Levitte
2020-12-20
1
-186
/
+186
*
make update
Richard Levitte
2020-12-17
1
-77
/
+77
*
Deprecate OCSP_REQ_CTX_set1_req
Rich Salz
2020-12-15
1
-1
/
+1
*
PEM: Unlock MSBLOB and PVK functions from 'no-dsa' and 'no-rc4'
Richard Levitte
2020-12-13
1
-8
/
+8
*
EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkey
Richard Levitte
2020-12-08
1
-1
/
+1
*
Deprecate EC_POINT_bn2point and EC_POINT_point2bn.
Shane Lontis
2020-12-07
1
-2
/
+2
*
PEM: Add a more generic way to implement PEM _ex functions for libctx
Richard Levitte
2020-12-05
1
-0
/
+4
*
ERR: Drop or deprecate dangerous or overly confusing functions
Richard Levitte
2020-11-28
1
-3
/
+1
*
EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more available
Richard Levitte
2020-11-27
1
-7
/
+7
*
Deprecate more DH functions
Matt Caswell
2020-11-27
1
-23
/
+23
*
Deprecate the DHparams and DHxparams PEM routines
Matt Caswell
2020-11-27
1
-6
/
+6
*
Deprecate EVP_PKEY_assign_DH and other similar macros
Matt Caswell
2020-11-27
1
-3
/
+3
*
Deprecate DH_new as well as i2d_DHparams and d2i_DHparams
Matt Caswell
2020-11-27
1
-5
/
+5
*
Modify the ERR init functions to use the internal ERR string loaders
Richard Levitte
2020-11-24
1
-36
/
+30
*
RSA: Fix guard mixup
Richard Levitte
2020-11-23
1
-1
/
+1
*
Deprecate RSA harder
Richard Levitte
2020-11-18
1
-66
/
+66
*
Only disabled what we need to in a no-dh build
Matt Caswell
2020-11-18
1
-8
/
+8
*
Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().
Shane Lontis
2020-11-13
1
-2
/
+0
*
ENCODER: Add support for specifying the outermost output structure
Richard Levitte
2020-11-11
1
-0
/
+2
*
DECODER: Add support for specifying the outermost input structure
Richard Levitte
2020-11-11
1
-0
/
+3
*
Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.
Randall S. Becker
2020-11-04
1
-3
/
+3
*
Remove EVP_aes_(128|192|256)_siv functions
Pauli
2020-10-22
1
-3
/
+0
*
Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().
Shane Lontis
2020-10-22
1
-3
/
+3
*
Unexport internal MSBLOB and PVK functions
Richard Levitte
2020-10-21
1
-4
/
+0
*
Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_key
Matt Caswell
2020-10-20
1
-2
/
+4
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-4
/
+4
*
Make evp_pkey_ctx_get0_libctx/propq public API
Matt Caswell
2020-10-15
1
-0
/
+2
*
ENCODER / DECODER: Add functions to encode/decode to/from a buffer
Richard Levitte
2020-10-10
1
-0
/
+2
*
make ordinals
Richard Levitte
2020-10-09
1
-23
/
+0
*
Expose PKCS7_get_octet_string and PKCS7_type_is_other
Jordan Montgomery
2020-10-08
1
-0
/
+2
*
Fix some things the rename script didn't quite get right
Matt Caswell
2020-10-01
1
-47
/
+47
*
en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
jwalch
2020-09-25
1
-1
/
+2
*
Remove openssl provider app
Shane Lontis
2020-09-25
1
-0
/
+4
*
EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keys
Richard Levitte
2020-09-25
1
-1
/
+1
*
Hide ECX_KEY again
Richard Levitte
2020-09-25
1
-12
/
+0
*
kdf/mac: add name query calls for KDFs and MACs
Pauli
2020-09-23
1
-1
/
+3
*
Fix merge error with libcrypto.num
Shane Lontis
2020-09-21
1
-1
/
+0
*
DECODER: Some cleanups, and aligning with OSSL_ENCODER
Richard Levitte
2020-09-20
1
-3
/
+4
[next]