index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
md5
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-23
Remove some utilities from the core to provider interface
Matt Caswell
6
-196
/
+131
2019-07-23
Don't complain if function name doesn't match
Rich Salz
1
-4
/
+0
2019-07-23
Make rand_pool buffers more dynamic in their sizing.
Pauli
5
-5
/
+67
2019-07-23
Avoid double clearing some BIGNUMs
Pauli
1
-11
/
+9
2019-07-23
Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhere
Richard Levitte
11
-41
/
+38
2019-07-23
Describe OSSL_PARAM as a parameter descriptor
Richard Levitte
2
-7
/
+25
2019-07-23
Re-implement the cipher and digest listings for 'openssl list'
Richard Levitte
2
-6
/
+95
2019-07-23
Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
Richard Levitte
6
-2
/
+51
2019-07-23
Add internal function evp_generic_do_all()
Richard Levitte
2
-0
/
+45
2019-07-23
Refactor ossl_method_construct() in terms of ossl_algorithm_do_all()
Richard Levitte
1
-44
/
+34
2019-07-23
Add internal function ossl_algorithm_do_all()
Richard Levitte
5
-1
/
+150
2019-07-23
Add OSSL_PROVIDER_name()
Richard Levitte
4
-1
/
+14
2019-07-23
Add EVP_MD_provider() and EVP_CIPHER_provider()
Richard Levitte
5
-1
/
+26
2019-07-23
Re-implement EVP_MD_name() and EVP_CIPHER_name() as functions
Richard Levitte
6
-5
/
+48
2019-07-23
Add a mechnism to save the name of fetched methods
Richard Levitte
9
-13
/
+41