index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
appveyor.yml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-22
Modify the RSA_private_decrypt functions to check the padding in
Bernd Edlinger
3
-48
/
+48
2019-03-22
Make err_clear_constant_time really constant time
Bernd Edlinger
3
-27
/
+25
2019-03-22
Cosmetic rand/drbg changes.
Pauli
2
-7
/
+7
2019-03-21
Document the functions EVP_MD_fetch() and EVP_MD_upref()
Matt Caswell
2
-4
/
+175
2019-03-21
Add a test for EVP_MD_fetch
Matt Caswell
1
-0
/
+102
2019-03-21
Implement SHA256 in the default provider
Matt Caswell
6
-1
/
+90
2019-03-21
Make EVP_Digest* functions provider aware
Matt Caswell
8
-26
/
+246
2019-03-21
Implement EVP_MD_fetch()
Matt Caswell
6
-1
/
+164
2019-03-21
Add a skeleton default provider
Matt Caswell
6
-5
/
+127
2019-03-21
fixed mismatching #ifdef cpp
Shane Lontis
1
-4
/
+0
2019-03-20
Reorganized signature-scheme detection in 'apps/s_cb.c:security_callback_debu...
Lorinczy Zsigmond
1
-25
/
+81
2019-03-20
OPENSSL_config(): restore error agnosticism
Richard Levitte
1
-0
/
+1
2019-03-20
Updated doc for BN_clear, BN_CTX_end when param is NULL
Shane Lontis
2
-0
/
+2
2019-03-20
replace 'OpenSSL license' by 'Apache License 2.0'
David von Oheimb
11
-11
/
+11
2019-03-20
removed BN_clear NULL checks
Shane Lontis
2
-27
/
+66
2019-03-19
Replumbing: Add a mechanism to pre-populate the provider store
Richard Levitte
7
-26
/
+111
2019-03-19
Replumbing: add fallback provider capability
Richard Levitte
6
-19
/
+134
2019-03-19
Update pkeyutl documentation about the digest option
Matt Caswell
1
-6
/
+5
2019-03-19
Single step kdf implementation
Shane Lontis
17
-7
/
+2047
2019-03-19
Move ASN1_BROKEN macros
Rich Salz
2
-7
/
+6
2019-03-19
EVP_PKEY_get0_engine documentation
Dmitry Belyavskiy
1
-1
/
+4
2019-03-19
Providing missing accessor to EVP_PKEY.engine
Dmitry Belyavskiy
3
-0
/
+7
2019-03-19
apps/speed.c: properly address NO_EC2M on systems without SIGALRM
Vitezslav Cizek
1
-30
/
+39
2019-03-19
apps/speed.c: skip binary curves when compiling with OPENSSL_NO_EC2M
Vitezslav Cizek
1
-0
/
+6
2019-03-19
Add documentation for the -sigopt option.
Pauli
4
-4
/
+23
2019-03-19
Configure: untabify indentation
Dr. Matthias St. Pierre
1
-597
/
+597
2019-03-19
Fix resource leak coverity 1443711.
Pauli
1
-5
/
+4
2019-03-19
Fix compiling error for mips32r6 and mips64r6
Hua Zhang
2
-2
/
+2
2019-03-19
Add missing '.text' in crypto/bn/asm/ppc.pl
Richard Levitte
1
-0
/
+1
2019-03-19
Fix no-posix-io
Richard Levitte
1
-7
/
+2
2019-03-19
Added NULL check to BN_clear() & BN_CTX_end()
Shane Lontis
16
-54
/
+31
2019-03-19
Fix strict-warnings build on FreeBSD
Benjamin Kaduk
1
-1
/
+1
2019-03-19
doc/man3/OSSL_PARAM_TYPE.pod: modify Example 2 to allow unspecified params
Richard Levitte
1
-3
/
+11
2019-03-19
Add -new and -subj options to x509 app for direct cert generation
David von Oheimb
4
-23
/
+113
2019-03-18
Clear the point S before freeing in ec_scalar_mul_ladder
Bernd Edlinger
1
-1
/
+1
2019-03-18
Clear the secret point in ecdh_simple_compute_key
Bernd Edlinger
1
-1
/
+1
2019-03-18
add 'Signature Value:' line and correct indentation when printing X.509 signa...
David von Oheimb
4
-48
/
+54
2019-03-18
update reference output of test_x509 in test/certs/cyrillic.*
David von Oheimb
2
-4
/
+2
2019-03-18
remove 'keyid:' when printing simple X509 authority keyID (without issuer and...
David von Oheimb
1
-1
/
+1
2019-03-18
remove needless empty lines when printing certificates
David von Oheimb
9
-20
/
+33
2019-03-18
Add generic EVP method fetcher
Richard Levitte
4
-1
/
+444
2019-03-18
Replumbing: better reference counter control in ossl_method_construct()
Richard Levitte
2
-13
/
+33
2019-03-18
Replumbing: pass callback data to the algo destructor too
Richard Levitte
2
-3
/
+3
2019-03-18
PPC assembly pack: fix copy-paste error in CTR mode
Daniel Axtens
1
-2
/
+2
2019-03-18
coverity fixes for bntest.c
Shane Lontis
1
-174
/
+212
2019-03-17
EVP_PBE_scrypt() handles salt=NULL as salt=""
Victor Stinner
1
-0
/
+4
2019-03-17
test/params_api_test.c: fix size_t assumptions
Richard Levitte
1
-2
/
+2
2019-03-16
Update to xenial
Bernd Edlinger
1
-49
/
+15
2019-03-15
Configurations/windows-makefile.tmpl: small fixes
Richard Levitte
1
-2
/
+2
2019-03-15
Guard some SM2 functions with OPENSSL_NO_SM2
Matt Caswell
2
-2
/
+4
[next]