index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't hold a lock when calling a callback in ossl_namemap_doall_names
Matt Caswell
2021-02-24
42
-323
/
+445
*
Fix string termination and length setting in OSSL_PARAM_BLD_push_utf8_string()
Richard Levitte
2021-02-24
1
-4
/
+6
*
Fix OSSL_PARAM_allocate_from_text() for OSSL_PARAM_UTF8_STRING
Richard Levitte
2021-02-24
1
-0
/
+2
*
Allow the sshkdf type to be passed as a single character
Richard Levitte
2021-02-24
6
-25
/
+27
*
Cleanup of some of the EVP_PKEY_CTX_ctrl related TODOs
Tomas Mraz
2021-02-24
3
-41
/
+5
*
Fix missing EOL at the end of the rsa/build.info
Tomas Mraz
2021-02-24
1
-1
/
+1
*
Remove inclusion of unnecessary header files
Tomas Mraz
2021-02-24
2
-7
/
+3
*
Use strcasecmp when comparing kdf_type
Tomas Mraz
2021-02-24
1
-1
/
+1
*
speed: Drop deprecated <ALG>_options() calls
Tomas Mraz
2021-02-24
1
-135
/
+95
*
speed: Use EVP for ciphers, cmac, ghash, rsa, dsa, and ecdsa
Tomas Mraz
2021-02-24
3
-1023
/
+663
*
speed: Adapt digests and hmac to always use non-deprecated APIs
Tomas Mraz
2021-02-24
1
-276
/
+172
*
speed: Drop code to handle platforms without SIGALRM
Tomas Mraz
2021-02-24
1
-283
/
+5
*
Fix typo in comment in DH_set0_pqg function
Daniel Bevenius
2021-02-24
1
-1
/
+1
*
Test errors from a provider can still be accessed after unload
Matt Caswell
2021-02-24
3
-21
/
+122
*
Duplicate the file and func error strings
Matt Caswell
2021-02-24
3
-6
/
+21
*
provider: add an unquery function to allow providers to clean up.
Pauli
2021-02-24
13
-16
/
+112
*
rand: note that locking needs to be explicitly enabled.
Pauli
2021-02-24
1
-0
/
+6
*
Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()
Tomas Mraz
2021-02-24
10
-23
/
+54
*
X509: Refactor X509_PUBKEY processing to include provider side keys
Richard Levitte
2021-02-24
3
-41
/
+196
*
Remove disabled TLS 1.3 ciphers from the SSL(_CTX)
Benjamin Kaduk
2021-02-24
1
-1
/
+4
*
make update
Richard Levitte
2021-02-23
1
-0
/
+12
*
appveyor.yml: clarify conditions for building the plain configuration
Richard Levitte
2021-02-23
1
-20
/
+27
*
make update
Richard Levitte
2021-02-23
1
-0
/
+4485
*
Generate doc/build.info with 'make update' rather than on the fly
Richard Levitte
2021-02-23
2
-1
/
+12
*
changes: note the deprecation of RAND_METHOD APIs
Pauli
2021-02-23
1
-0
/
+7
*
provider: add option to load a provider without disabling the fallbacks.
Pauli
2021-02-23
8
-18
/
+26
*
test: update tests to use the fake random number generator
Pauli
2021-02-23
2
-67
/
+36
*
test: make the DRBG test work without RAND_METHOD support.
Pauli
2021-02-23
1
-0
/
+4
*
test: add framework for generic fake random number generator
Pauli
2021-02-23
4
-4
/
+207
*
rand: add DRBG/seed setting functions
Pauli
2021-02-23
1
-0
/
+5
*
rand: allow lock/unlock functions to be absent
Pauli
2021-02-23
1
-3
/
+4
*
RAND_METHOD deprecation: code changes
Pauli
2021-02-23
4
-28
/
+112
*
RAND_METHOD deprecation: fuzzer
Pauli
2021-02-23
8
-25
/
+187
*
RAND_METHOD deprecation: tests
Pauli
2021-02-23
1
-0
/
+3
*
RAND_METHOD deprecation: documentation
Pauli
2021-02-23
5
-49
/
+80
*
EVP: Adapt the EC_KEY specific EVP_PKEY_CTX setter / getter functions
Richard Levitte
2021-02-23
1
-276
/
+101
*
EVP: Make checks in evp_pkey_ctx_store_cached_data() more restricted
Richard Levitte
2021-02-23
1
-6
/
+16
*
EVP: Adapt the RSA specific EVP_PKEY_CTX setter / getter functions
Richard Levitte
2021-02-23
2
-465
/
+212
*
EVP: Adapt the DH specific EVP_PKEY_CTX setter / getter functions
Richard Levitte
2021-02-23
1
-309
/
+77
*
EVP: Adapt the EVP_PKEY_CTX ctrl functions
Richard Levitte
2021-02-23
1
-321
/
+2
*
EVP: Adapt diverse OSSL_PARAM setters and getters
Richard Levitte
2021-02-23
3
-133
/
+98
*
EVP: Make evp_pkey_ctx_{set,get}_params_strict() legacy aware
Richard Levitte
2021-02-23
1
-14
/
+30
*
EVP: Implement data-driven translation between known ctrl and OSSL_PARAMs
Richard Levitte
2021-02-23
3
-1
/
+2703
*
EVP: make evp_pkey_is_assigned() usable in the FIPS module
Richard Levitte
2021-02-23
1
-1
/
+6
*
EVP: Make evp_pkey_ctx_state() available to all of EVP
Richard Levitte
2021-02-23
2
-24
/
+25
*
EVP: Implement EVP_PKEY_CTX_is_a()
Richard Levitte
2021-02-23
5
-2
/
+19
*
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
*
Add back in legacy paths for d2i_PrivateKey/d2i_AutoPrivateKey.
Shane Lontis
2021-02-23
1
-5
/
+79
*
Fix no-tests on mingw
Matt Caswell
2021-02-22
1
-2
/
+6
[next]