index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
LPdir_win32.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-12-07
Document the changed HMAC API.
Richard Levitte
1
-4
/
+6
2015-12-07
Adapt HMAC to the EVP_MD_CTX changes
Richard Levitte
10
-44
/
+70
2015-12-07
Have other crypto/evp files include evp_locl.h
Richard Levitte
8
-77
/
+108
2015-12-07
Make the definition of EVP_MD_CTX opaque
Richard Levitte
3
-21
/
+51
2015-12-07
Do not add symlinks in the source release
Richard Levitte
1
-1
/
+1
2015-12-07
In travis, build from a "source release" rather than from the build tree
Richard Levitte
1
-0
/
+6
2015-12-07
Small changes to creating dists
Richard Levitte
1
-19
/
+15
2015-12-07
Fix and update versions in CHANGES and NEWS
Dr. Stephen Henson
2
-2
/
+74
2015-12-07
ARMv4 assembly pack: allow Thumb2 even in iOS build,
Andy Polyakov
10
-12
/
+20
2015-12-07
Fix typo and improve a bit of text
Viktor Dukhovni
1
-4
/
+5
2015-12-06
Really disable 56-bit (single-DES) ciphers
Viktor Dukhovni
2
-110
/
+3
2015-12-05
Remove support for all 40 and 56 bit ciphers.
Kurt Roeckx
24
-1419
/
+293
2015-12-04
Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDH
Kurt Roeckx
12
-142
/
+43
2015-12-04
Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()
Kurt Roeckx
8
-72
/
+48
2015-12-04
Remove support for SSL_{CTX_}set_tmp_ecdh_callback().
Kurt Roeckx
9
-68
/
+10
2015-12-04
Fix EAP FAST in the new state machine
Matt Caswell
1
-0
/
+13
2015-12-04
Revert unnecessary SSL_CIPHER_get_bits API change
Viktor Dukhovni
2
-5
/
+5
2015-12-04
Run test/run_tests.pl directly in the test_ordinals target
Richard Levitte
1
-1
/
+1
2015-12-03
bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).
Andy Polyakov
2
-3
/
+37
2015-12-03
perlasm/ppc-xlate.pl: comply with ABIs that specify vrsave as reserved.
Andy Polyakov
1
-0
/
+20
2015-12-02
modes/ocb128.c: fix sanitizer warning.
Andy Polyakov
1
-7
/
+7
2015-12-02
Fix ./Configure reconf
Richard Levitte
1
-1
/
+2
2015-12-02
Remove RSA_FLAG_SIGN_VER flag.
Dr. Stephen Henson
4
-19
/
+4
2015-12-02
Move the backtrace memleak options to a separate variable
Richard Levitte
1
-1
/
+13
2015-12-02
make update
Dr. Stephen Henson
1
-2
/
+2
2015-12-02
Remove legacy sign/verify from EVP_MD.
Dr. Stephen Henson
25
-486
/
+78
2015-12-02
Run test_ordinals after update
Rich Salz
2
-1
/
+4
2015-12-02
_BSD_SOURCE is deprecated, use _DEFAULT_SOURCE instead
Richard Levitte
1
-0
/
+1
2015-12-02
Add backtrace to memory leak output
Richard Levitte
2
-27
/
+50
2015-12-02
crypto/sparcv9cap.c: add SIGILL-free feature detection for Solaris.
Andy Polyakov
1
-0
/
+47
2015-12-02
modes/ocb128.c: split fixed block xors to aligned and misaligned.
Andy Polyakov
2
-57
/
+26
2015-12-02
modes/ocb128.c: ocb_lookup_l to allow non-contiguous lookup
Andy Polyakov
1
-8
/
+29
2015-12-01
typo fix on function
Rich Salz
1
-1
/
+1
2015-12-01
ex_data part 2: doc fixes and CRYPTO_free_ex_index.
Rich Salz
50
-788
/
+537
2015-11-30
Remove BN_init
Rich Salz
7
-32
/
+16
2015-11-30
Remove GOST special case: handled automatically now.
Dr. Stephen Henson
1
-15
/
+0
2015-11-30
Use digest indices for signature algorithms.
Dr. Stephen Henson
3
-35
/
+20
2015-11-30
For TLS < 1.2 use default digest for client certificate
Dr. Stephen Henson
1
-3
/
+9
2015-11-30
Use digest tables for defaults.
Dr. Stephen Henson
3
-10
/
+11
2015-11-28
Correct aes-128-cbc cipher name
Viktor Dukhovni
2
-2
/
+2
2015-11-27
fix function code discrepancy
Dr. Stephen Henson
3
-4
/
+4
2015-11-27
PRF and handshake hash revision.
Dr. Stephen Henson
6
-231
/
+138
2015-11-27
Updates to GOST2012
Matt Caswell
6
-40
/
+46
2015-11-26
Remove X509_VERIFY_PARAM_ID
Dr. Stephen Henson
4
-74
/
+49
2015-11-26
Fix a NULL deref in an error path
Matt Caswell
1
-1
/
+1
2015-11-26
Add documentation for BN_with_flags
Matt Caswell
2
-3
/
+35
2015-11-26
Tighten up BN_with_flags usage and avoid a reachable assert
Matt Caswell
7
-129
/
+194
2015-11-25
Remove unused cert_verify_mac code
Dr. Stephen Henson
7
-47
/
+0
2015-11-24
Configuratons: add -DFILIO_H to harmonized Solaris targets.
Andy Polyakov
2
-39
/
+27
2015-11-24
Remove useless locking code
Alessandro Ghedini
1
-2
/
+0
[next]