index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
boringssl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-19
Add test for non-default sized keys in variable key size ciphers
Matt Caswell
4
-0
/
+96
2019-11-19
EVP_CIPHER_CTX_set_keylen should not succeed if a bad keylen is passed
Matt Caswell
9
-52
/
+108
2019-11-19
fix s390 compile error due to missing comma.
Shane Lontis
1
-1
/
+1
2019-11-19
Fix the issue that aes-xxx-siv algorithms failed in OpenSSL speed test
Xiaokang Qian
1
-3
/
+0
2019-11-18
Properties: make query cache reference count aware.
Pauli
5
-60
/
+104
2019-11-18
Fix Use after free when copying cipher ctx
Shane Lontis
17
-27
/
+82
2019-11-18
PEM: constify PEM_write_ routines
Richard Levitte
10
-170
/
+202
2019-11-17
s390x assembly pack: fix bn_mul_comba4
Patrick Steuer
1
-1
/
+1
2019-11-17
Add missing EVP_PKEY_METHOD accessors for digestsign and digestverify
Anthony Hu
4
-2
/
+94
2019-11-15
commit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8
raniervf
3
-11
/
+15
2019-11-15
Fix some broken doc links
Rich Salz
14
-30
/
+30
2019-11-15
Make sure we free the CONF structure allocated by confdump
Matt Caswell
1
-5
/
+6
2019-11-15
travis.yml: add arch s390x target
Patrick Steuer
1
-0
/
+4
2019-11-14
testutil/init.c rename to testutil/testutil_init.c
Patrick Steuer
2
-1
/
+1
2019-11-14
A few fixes in the EVP_KDF-KB and EVP_KDF-KRB5KDF manpages
Tomas Mraz
2
-6
/
+7
2019-11-14
Delete recently documented functions from missingcrypto
Tomas Mraz
1
-8
/
+0
2019-11-14
Fix an uninitialised read in conf_def.c
Matt Caswell
1
-2
/
+2
2019-11-14
Fix no-blake2
Matt Caswell
1
-1
/
+5
2019-11-14
Fix no-engine
Matt Caswell
1
-1
/
+1
2019-11-14
CORE & PROV: make export of key data leaner through callback
Richard Levitte
7
-217
/
+252
2019-11-14
Fix no-cmac and no-camellia
Matt Caswell
1
-0
/
+4
2019-11-14
Add confdump to .gitignore
Matt Caswell
1
-0
/
+1
2019-11-14
Document various new/changes EVP_PKEY_CTX_* functions
Matt Caswell
2
-31
/
+79