index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()
Dr. David von Oheimb
2021-04-20
1
-0
/
+1
*
Add the function OSSL_LIB_CTX_get0_global_default()
Matt Caswell
2021-04-19
1
-0
/
+1
*
Link with .def files
Tanzinul Islam
2021-04-19
1
-2
/
+6
*
Generate dependency information
Tanzinul Islam
2021-04-19
1
-5
/
+14
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-2
/
+6
*
Fix naming for EVP_RAND_CTX_gettable functions.
Pauli
2021-04-17
1
-2
/
+2
*
Add EVP_PKEY_todata() and EVP_PKEY_export() functions.
Shane Lontis
2021-04-15
1
-0
/
+2
*
Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_name
Tomas Mraz
2021-04-15
1
-2
/
+2
*
util/wrap.pl: use the apps/openssl.cnf from the source tree
Dr. Matthias St. Pierre
2021-04-13
1
-0
/
+3
*
Remove the function EVP_PKEY_set_alias_type
Matt Caswell
2021-04-12
1
-1
/
+1
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-1
/
+0
*
Add OSSL_PARAM_dup() and OSSL_PARAM_merge().
Shane Lontis
2021-04-12
1
-0
/
+3
*
Update copyright year
Matt Caswell
2021-04-08
2
-2
/
+2
*
Fix more certificate related lib_ctx settings.
Shane Lontis
2021-04-08
1
-0
/
+1
*
EVP: Add EVP_<TYPE>_description()
Richard Levitte
2021-04-02
1
-0
/
+11
*
Add OSSL_STORE_LOADER_description()
Richard Levitte
2021-04-02
1
-0
/
+1
*
Add OSSL_DECODER_description() and OSSL_ENCODER_description()
Richard Levitte
2021-04-02
1
-0
/
+2
*
Add a range check (from SP800-56Ar3) to DH key derivation.
Shane Lontis
2021-04-01
1
-0
/
+1
*
Add a local perl module to get year last changed
Rich Salz
2021-03-31
1
-0
/
+43
*
Print correct error message in utils/mkdir-p.pl
Alex Yursha
2021-03-30
1
-1
/
+2
*
Add explicit support in util/shlib_wrap.sh.in for NonStop DLL loading.
Randall S. Becker
2021-03-30
1
-0
/
+9
*
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-28
1
-0
/
+2
*
HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()
Dr. David von Oheimb
2021-03-26
1
-1
/
+1
*
Teach TLSProxy how to encrypt <= TLSv1.2 ETM records
Matt Caswell
2021-03-25
1
-7
/
+30
*
Fix usages of const EVP_MD.
Shane Lontis
2021-03-22
1
-0
/
+2
*
Dual 1024-bit exponentiation optimization for Intel IceLake CPU
Andrey Matyukov
2021-03-22
2
-2
/
+1
*
Added functions for printing EVP_PKEYs to FILE *
Tomas Mraz
2021-03-19
1
-0
/
+3
*
core: add params argument to key manager's gen_init call
Pauli
2021-03-11
1
-0
/
+10
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Use BIO_f_readbuffer() in the decoder to support stdin.
Shane Lontis
2021-03-10
1
-0
/
+1
*
Non-const accessor to legacy keys
Dmitry Belyavskiy
2021-03-09
1
-1
/
+0
*
Reword repeated words.
Shane Lontis
2021-03-09
1
-1
/
+1
*
Ensure the various legacy key EVP_PKEY getters/setters are deprecated
Matt Caswell
2021-03-08
1
-10
/
+10
*
Remove RSA SSLv23 padding mode
Rich Salz
2021-03-01
1
-2
/
+2
*
Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()
Dr. David von Oheimb
2021-03-01
1
-0
/
+1
*
OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment components
Dr. David von Oheimb
2021-03-01
1
-1
/
+0
*
core: support modified gettable/settable ctx calls for ciphers
Pauli
2021-02-26
1
-0
/
+2
*
core: core: support modified gettable/settable ctx calls for MACs
Pauli
2021-02-26
1
-0
/
+2
*
core: support modified gettable/settable ctx calls for KDFs
Pauli
2021-02-26
1
-0
/
+2
*
evp: support modified gettable/settable ctx calls for RNGs
Pauli
2021-02-26
1
-0
/
+2
*
provider: add an unquery function to allow providers to clean up.
Pauli
2021-02-24
1
-0
/
+1
*
Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()
Tomas Mraz
2021-02-24
1
-2
/
+2
*
RAND_METHOD deprecation: code changes
Pauli
2021-02-23
1
-4
/
+6
*
EVP: Implement EVP_PKEY_CTX_is_a()
Richard Levitte
2021-02-23
1
-0
/
+1
*
util/perl/OpenSSL/config.pm: Add VMS specific C compiler settings
Richard Levitte
2021-02-23
1
-0
/
+13
*
util/perl/OpenSSL/config.pm: Fix determine_compiler_settings()
Richard Levitte
2021-02-23
1
-45
/
+52
*
Note that the OSSL_CORE_MAKE_FUNC macro is reserved
Matt Caswell
2021-02-22
1
-0
/
+1
*
Document the OSSL_PARAM_DEFN macro
Matt Caswell
2021-02-22
1
-1
/
+0
*
Add documentation for the macro OPENSSL_VERSION_PREREQ
Matt Caswell
2021-02-22
2
-1
/
+1
*
Document OPENSSL_LH_flush()
Matt Caswell
2021-02-22
1
-9
/
+0
[next]