index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bsearch.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-08
Move cipher ctx 'original iv' parameter into the provider
Shane Lontis
18
-70
/
+53
2019-10-07
Add documentation for PEM_{read,write}_bio_Parameters()
Richard Levitte
1
-1
/
+11
2019-10-07
Fix typo in flag name
Rich Salz
1
-1
/
+1
2019-10-07
Fix no-autoerrinit
Matt Caswell
1
-2
/
+2
2019-10-07
Send bad_record_mac instead of decryption_failed
Matt Caswell
1
-1
/
+1
2019-10-07
Support SM2 in apps/speed
Paul Yang
2
-2
/
+353
2019-10-06
EVP_{CIPHER,MD}_CTX_ctrl(): make sure to return 0 or 1
Richard Levitte
2
-2
/
+5
2019-10-06
Deprecate NCONF_WIN32() function
Rich Salz
7
-7
/
+32
2019-10-06
Also mention -- flag and ignore if undocumented
Rich Salz
2
-0
/
+3
2019-10-06
Fix typo in comment
Pauli
1
-1
/
+1
2019-10-05
Add missing help text for some options
Rich Salz
1
-22
/
+40
2019-10-05
RC4 is not a block cipher
Matt Caswell
1
-2
/
+2
2019-10-04
Fix L<EVP_KDF-derive> to L<EVP_DEF_derive>
Rich Salz
6
-10
/
+10
2019-10-04
Move MD5-SHA1 digest completely to the default provider
Richard Levitte
4
-31
/
+9
2019-10-03
Remove unused fields in method store structure.
Pauli
1
-2
/
+0
2019-10-04
Move all SHA digests completely to the default provider
Richard Levitte
4
-566
/
+188
2019-10-03
Rename "private" file, doc doc changes in CHANGES
Rich Salz
4
-45
/
+43
2019-10-03
Adapt existing providers to posibly have name lists
Richard Levitte
3
-98
/
+172
2019-10-03
Replumbing: make it possible for providers to specify multiple names
Richard Levitte
10
-32
/
+150
2019-10-03
'init_buf' memory can be freed when DTLS is used over SCTP (not over UDP).
NaveenShivanna86
1
-2
/
+13
2019-10-03
rsa: replace magic number '11' by RSA_PKCS1_PADDING_SIZE
Dr. Matthias St. Pierre
2
-21
/
+21
2019-10-03
Don't follow legacy path if ctx->pctx is set
Matt Caswell
1
-3
/
+2
2019-10-03
Fix no-err
Matt Caswell
1
-5
/
+10
2019-10-03
Free a fetched digest during EVP_MD_CTX_reset() not EVP_MD_free()
Matt Caswell
1
-13
/
+6
2019-10-03
Don't call EVP_MD_CTX_reset during EVP_DigestFinal
Matt Caswell
2
-1
/
+20
2019-10-03
Add a test for the newly added md params code
Matt Caswell
1
-0
/
+32
2019-10-03
Update EVP_MD_CTX_get_params() et al to be EVP_DigestSign*() aware
Matt Caswell
1
-3
/
+49
2019-10-03
Update documentation
Matt Caswell
3
-36
/
+149
2019-10-03
Ensure we look at EVP_MD_CTX_FLAG_KEEP_PKEY_CTX in non-legacy code
Matt Caswell
1
-10
/
+11
2019-10-03
Add EVP_DigestSign/EVP_DigestVerify support for DSA
Matt Caswell
2
-5
/
+207
2019-10-03
Add the provider function signatures for DigestSign*
Matt Caswell
7
-33
/
+334
2019-10-03
Add rc5 ciphers to default provider
Shane Lontis
18
-30
/
+388
2019-10-03
Add arm64 in test matrix on TravisCI.
Fangming.Fang
1
-0
/
+4
2019-10-03
doc: EVP_DigestInit clears all flags
Christian Heimes
1
-1
/
+1
2019-10-03
Fix errors found by new find-doc-nits
Rich Salz
68
-170
/
+174
2019-10-03
Add wordlist from man7.org
Rich Salz
1
-0
/
+55
2019-10-03
Do not print extensions in Certificate message for TLS1.2 and lower
Daniil Zotkin
1
-2
/
+3
2019-10-03
Fix Coverity issues
Shane Lontis
2
-7
/
+12
2019-10-03
Fix long name of some Microsoft objects
Michael Osipov
3
-8
/
+8
2019-10-02
doc/man1: fix malformed options
Richard Levitte
15
-38
/
+38
2019-10-02
util/find-doc-nits: more precise option and function name checker
Richard Levitte
1
-17
/
+154
2019-10-02
Update "missing documentation" function lists
Rich Salz
2
-58
/
+2
2019-10-01
Add '=for comment ifdef' to pod pages
Rich Salz
37
-6
/
+105
2019-10-01
Make EVP_CIPHER_is_a() work with legacy cipher implementations too
Richard Levitte
1
-0
/
+7
2019-10-01
Remove EVP_CIPH_FLAG_DEFAULT_ASN1 from all provided implementations
Richard Levitte
9
-34
/
+35
2019-10-01
Adapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for use with provider.
Richard Levitte
4
-39
/
+105
2019-10-01
Make manuals with TYPE conform with man-pages(7)
Richard Levitte
8
-241
/
+251
2019-10-01
Make ASN1 manuals conform with man-pages(7)
Richard Levitte
10
-173
/
+178
2019-10-01
Consistent formatting of flags with args
Rich Salz
54
-1279
/
+1295
2019-09-30
Add defines for __NR_getrandom for all Linux architectures
Kurt Roeckx
1
-3
/
+49
[next]