index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
engine
/
eng_err.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-02-16
Restore SSL_OP_MSIE_SSLV2_RSA_PADDING
Dr. Stephen Henson
1
-0
/
+3
2014-02-15
Don't use getcwd in non-copy builds.
Dr. Stephen Henson
1
-1
/
+1
2014-02-15
Remove duplicate statement.
Dr. Stephen Henson
1
-2
/
+0
2014-02-15
Add support for aes-128/192/256-ctr to the cryptodev engine.
Klaus-Peter Junghanns
1
-0
/
+51
2014-02-14
Use defaults bits in req when not given
Kurt Roeckx
1
-6
/
+7
2014-02-14
Fix additional pod errors with numbered items.
Kurt Roeckx
1
-1
/
+1
2014-02-14
Fix various spelling errors
Scott Schaefer
15
-18
/
+18
2014-02-14
Document pkcs12 -password behavior
Scott Schaefer
1
-1
/
+6
2014-02-14
ssl/s3_pkt.c: detect RAND_bytes error in multi-block.
Andy Polyakov
3
-5
/
+8
2014-02-14
x86[_64]cpuid.pl: add low-level RDSEED.
Andy Polyakov
4
-0
/
+48
2014-02-14
aes/asm/aesni-x86_64.pl: further optimization for Atom Silvermont.
Andy Polyakov
2
-21
/
+179
2014-02-14
Include TA in checks/callback with partial chains.
Dr. Stephen Henson
1
-1
/
+1
2014-02-14
Don't do loop detection for self signed check.
Dr. Stephen Henson
1
-0
/
+2
2014-02-13
Add suppot for ASCII with CRLF canonicalisation.
Dr. Stephen Henson
6
-5
/
+47
2014-02-13
fix error discrepancy
Dr. Stephen Henson
1
-2
/
+2
2014-02-13
evp/e_aes_cbc_hmac_sha*.c: improve cache locality.
Andy Polyakov
2
-54
/
+114
2014-02-13
ghash-x86[_64].pl: ~15% improvement on Atom Silvermont
Andy Polyakov
2
-32
/
+46
2014-02-13
Fix warning.
Ben Laurie
1
-2
/
+3
2014-02-09
Build on MacOS.
Ben Laurie
4
-5
/
+9
2014-02-06
Return previous compression methods when setting them.
Dr. Stephen Henson
2
-2
/
+4
2014-02-05
Oops, get selection logic right.
Dr. Stephen Henson
1
-2
/
+3
2014-02-05
Fix warnings.
Ben Laurie
1
-1
/
+5
2014-02-05
Don't break out of the custom extension callback loop - continue instead
Scott Deboy
2
-8
/
+5
2014-02-05
Fix whitespace, new-style comments.
Ben Laurie
8
-150
/
+153
2014-02-05
Re-add alert variables removed during rebase
Scott Deboy
10
-245
/
+250
2014-02-05
Updating DTCP authorization type to expected value
Scott Deboy
1
-3
/
+3
2014-02-05
Update custom TLS extension and supplemental data 'generate' callbacks to sup...
Scott Deboy
12
-123
/
+131
2014-02-05
Return per-certificate chain if extra chain is NULL.
Dr. Stephen Henson
2
-0
/
+4
2014-02-05
e_aes_cbc_hmac_sha[1|256].c: fix compiler warning.
Andy Polyakov
2
-2
/
+16
2014-02-05
ssl/s3_pkt.c: move multi-block processing to ssl3_write_bytes.
Andy Polyakov
1
-2
/
+170
2014-02-05
evp/e_aes_cbc_hmac_sha*.c: additional CTRL to query buffer requirements.
Andy Polyakov
3
-6
/
+25
2014-02-05
[aesni|sha*]-mb-x86_64.pl: add data prefetching.
Andy Polyakov
3
-20
/
+91
2014-02-05
s3_pkt.c: move ssl3_release_write_buffer to ssl3_write_bytes.
Andy Polyakov
1
-4
/
+6
2014-02-03
Add quotes as CC can contain spaces.
Dr. Stephen Henson
1
-1
/
+1
2014-02-02
New ctrl to set current certificate.
Dr. Stephen Henson
6
-4
/
+73
2014-02-02
Demo of use of errors in applications.
Dr. Stephen Henson
5
-0
/
+75
2014-02-02
modes/asm/ghash-s390x.pl: +15% performance improvement on z10.
Andy Polyakov
1
-3
/
+3
2014-02-01
crypto/aes/asm/aesni-x86[_64].pl update, up to 14% improvement on
Andy Polyakov
2
-301
/
+339
2014-02-01
crypto/sha/asm/sha1-x86_64.pl update:
Andy Polyakov
3
-148
/
+252
2014-01-29
Clarify docs.
Dr. Stephen Henson
1
-2
/
+5
2014-01-28
typo
Dr. Stephen Henson
1
-1
/
+1
2014-01-28
Check i before r[i].
Dr. Stephen Henson
1
-2
/
+2
2014-01-28
Fix demo comment: 0.9.9 never released.
Dr. Stephen Henson
2
-2
/
+2
2014-01-28
Add loaded dynamic ENGINEs to list.
Dr. Stephen Henson
1
-0
/
+1
2014-01-27
New function to set compression methods so they can be safely freed.
Dr. Stephen Henson
2
-0
/
+6
2014-01-26
Compare encodings in X509_cmp as well as hash.
Dr. Stephen Henson
1
-1
/
+14
2014-01-26
Add cert callback retry test.
Dr. Stephen Henson
2
-0
/
+19