index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
man3
/
EVP_KDF.pod
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-26
modify EVP to support digest gettable/settable calls
Pauli
1
-12
/
+22
2021-02-26
core: update digest gettable/settable ctx params calls
Pauli
1
-2
/
+2
2021-02-26
prov: update digests to support modified ctx params
Pauli
4
-4
/
+8
2021-02-26
Makefile: Only update doc/build.info when there's an actual change
Richard Levitte
1
-1
/
+10
2021-02-26
Fix external symbols related to ec & sm2 keys
Shane Lontis
53
-1417
/
+1367
2021-02-26
Fix external symbols related to dsa keys
Shane Lontis
16
-69
/
+69
2021-02-26
Fix external symbols related to dh keys
Shane Lontis
19
-125
/
+221
2021-02-26
Fix external symbols for bn
Shane Lontis
17
-101
/
+114
2021-02-26
Fix filename escaping in c_rehash
Mark
1
-1
/
+1
2021-02-25
evp_extra_test: Do not manipulate providers in default context
Tomas Mraz
1
-4
/
+1
2021-02-25
fake_random: Do not overwrite the callback on instatiation
Tomas Mraz
1
-1
/
+0
2021-02-25
Ensure that the fake rand is initialized
Tomas Mraz
1
-0
/
+8
2021-02-24
Fix an integer overflow in o_time.c
jwalch
1
-2
/
+2
2021-02-24
Add a test for a names_do_all function
Matt Caswell
1
-0
/
+49
2021-02-24
Don't hold a lock when calling a callback in ossl_namemap_doall_names
Matt Caswell
42
-323
/
+445
2021-02-24
Fix string termination and length setting in OSSL_PARAM_BLD_push_utf8_string()
Richard Levitte
1
-4
/
+6
2021-02-24
Fix OSSL_PARAM_allocate_from_text() for OSSL_PARAM_UTF8_STRING
Richard Levitte
1
-0
/
+2
2021-02-24
Allow the sshkdf type to be passed as a single character
Richard Levitte
6
-25
/
+27
2021-02-24
Cleanup of some of the EVP_PKEY_CTX_ctrl related TODOs
Tomas Mraz
3
-41
/
+5
2021-02-24
Fix missing EOL at the end of the rsa/build.info
Tomas Mraz
1
-1
/
+1
2021-02-24
Remove inclusion of unnecessary header files
Tomas Mraz
2
-7
/
+3
2021-02-24
Use strcasecmp when comparing kdf_type
Tomas Mraz
1
-1
/
+1
2021-02-24
speed: Drop deprecated <ALG>_options() calls
Tomas Mraz
1
-135
/
+95
2021-02-24
speed: Use EVP for ciphers, cmac, ghash, rsa, dsa, and ecdsa
Tomas Mraz
3
-1023
/
+663
2021-02-24
speed: Adapt digests and hmac to always use non-deprecated APIs
Tomas Mraz
1
-276
/
+172
2021-02-24
speed: Drop code to handle platforms without SIGALRM
Tomas Mraz
1
-283
/
+5
2021-02-24
Fix typo in comment in DH_set0_pqg function
Daniel Bevenius
1
-1
/
+1
2021-02-24
Test errors from a provider can still be accessed after unload
Matt Caswell
3
-21
/
+122
2021-02-24
Duplicate the file and func error strings
Matt Caswell
3
-6
/
+21
2021-02-24
provider: add an unquery function to allow providers to clean up.
Pauli
13
-16
/
+112
2021-02-24
rand: note that locking needs to be explicitly enabled.
Pauli
1
-0
/
+6
2021-02-24
Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()
Tomas Mraz
10
-23
/
+54
2021-02-24
X509: Refactor X509_PUBKEY processing to include provider side keys
Richard Levitte
3
-41
/
+196
2021-02-24
Remove disabled TLS 1.3 ciphers from the SSL(_CTX)
Benjamin Kaduk
1
-1
/
+4
2021-02-23
make update
Richard Levitte
1
-0
/
+12
2021-02-23
appveyor.yml: clarify conditions for building the plain configuration
Richard Levitte
1
-20
/
+27