index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
objects
/
README
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-15
[ec_asn1.c] Avoid injecting seed when built-in matches
Nicola Tuveri
1
-0
/
+14
2019-10-15
Refactor many common flags into openssl.pod
Rich Salz
30
-450
/
+225
2019-10-15
Remove duplicated line in 'openssl list' output
Rich Salz
1
-1
/
+0
2019-10-14
Add BN_check_prime()
Kurt Roeckx
18
-154
/
+176
2019-10-14
Use fewer primes for the trial division
Kurt Roeckx
1
-7
/
+45
2019-10-14
Move MD2, MD4 and MD5 digests completely to the providers
Richard Levitte
9
-223
/
+155
2019-10-14
Replace '=for comment ifdef' with '=for openssl'
Rich Salz
35
-43
/
+43
2019-10-14
Building: Add modules with DEPENDs to GENERATEd files
Richard Levitte
5
-12
/
+22
2019-10-14
Restore MD5-SHA1 in legacy method database
Richard Levitte
1
-0
/
+1
2019-10-14
KDF: clean away old EVP_KDF declarations
Richard Levitte
1
-9
/
+0
2019-10-10
Remove providers/default which seems to have been missed.
Pauli
1
-68
/
+0
2019-10-13
Configure: accept Windows style compiler options
Dr. Matthias St. Pierre
2
-7
/
+36
2019-10-12
Ignore empty ALPN elements in CLI args
Viktor Dukhovni
1
-5
/
+25
2019-10-11
Remove EVP_CIPH_FLAG_CUSTOM_CIPHER in all our providers
Richard Levitte
3
-7
/
+3
2019-10-11
Providers: fix OSSL_FUNC_CIPHER_CIPHER functions
Richard Levitte
3
-5
/
+5
2019-10-11
Fix EVP_Cipher() for provided cipher implementations
Richard Levitte
2
-7
/
+45
2019-10-11
POD: stop abusing comment
Richard Levitte
35
-44
/
+36
2019-10-11
Add a test for EVP_Digest[Sign|Verify]* with a BIO MD
Matt Caswell
1
-16
/
+134
2019-10-11
Support calling EVP_DigestUpdate instead of EVP_Digest[Sign|Verify]Update
Matt Caswell
3
-3
/
+26
2019-10-11
Don't use internal knowledge about EVP_MD_CTX in and MD BIO
Matt Caswell
1
-6
/
+3
2019-10-11
Doc: update internal build.info manual
Richard Levitte
1
-1
/
+49
2019-10-11
Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW
Richard Levitte
3
-7
/
+14
2019-10-10
Fix unused goto label gcc warning
Viktor Szakats
1
-0
/
+2
2019-10-10
ssl/statem/statem_lib.c: make servercontext/clientcontext arrays of chars ins...
Artiom Vaskov
1
-4
/
+4
2019-10-10
Cleanup: move provider mains up
Richard Levitte
5
-13
/
+4
2019-10-10
Cleanup: move remaining providers/common/include/internal/*.h
Richard Levitte
47
-67
/
+67
2019-10-10
Cleanup: move providers/common/include/internal/provider_args.h
Richard Levitte
57
-57
/
+57
2019-10-10
Providers: move all ciphers
Richard Levitte
88
-69
/
+148
2019-10-10
Providers: move all digests
Richard Levitte
31
-68
/
+79
2019-10-10
Providers: move default kdfs,macs
Richard Levitte
13
-16
/
+25
2019-10-10
Providers: move common exchange,kdfs,keymgmt,macs,signature
Richard Levitte
28
-36
/
+70
2019-10-10
Rework how our providers are built
Richard Levitte
37
-147
/
+288
2019-10-10
Build files: Make it possible to source libraries into other libraries
Richard Levitte
4
-70
/
+245
2019-10-10
Configurations/common.tmpl: Rework dependency resolution
Richard Levitte
1
-17
/
+97
2019-10-10
Configure: Implement attributes for DEPEND[xxx]
Richard Levitte
1
-4
/
+16
2019-10-10
Configure: rework build.info grammar and attributes
Richard Levitte
5
-158
/
+151
2019-10-09
Explicitly test against NULL; do not use !p or similar
Rich Salz
86
-260
/
+306
2019-10-09
Refactor -passin/-passout documentation
Rich Salz
22
-95
/
+69