index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
SPARC assembly pack: enforce V8+ ABI constraints.
Andy Polyakov
2016-07-01
3
-4
/
+10
*
Constify a bit more OPENSSL_sk_ API
FdaSilvaYY
2016-06-30
1
-2
/
+3
*
Use directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_deep_copy
FdaSilvaYY
2016-06-30
1
-21
/
+15
*
Convert memset calls to OPENSSL_cleanse
Matt Caswell
2016-06-30
9
-10
/
+19
*
Remove the envvar hack to enable proxy cert processing
Richard Levitte
2016-06-30
1
-6
/
+0
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
17
-24
/
+23
*
Spelling
FdaSilvaYY
2016-06-29
2
-2
/
+2
*
Some interfaces may have IPv6 addresses even if an IPv6 address is not
Ben Laurie
2016-06-29
1
-3
/
+0
*
base64 macro: parenthesize for clarity
Emilia Kasper
2016-06-28
1
-1
/
+1
*
rsa/rsa_lib.c: const-ify RSA_get0_engine().
Andy Polyakov
2016-06-27
1
-1
/
+1
*
RT4586: Remove RSA_memory_lock; unused, not needed
Rich Salz
2016-06-27
2
-45
/
+0
*
Fix one more instance of incorrect OPENSSL_API_COMPAT value
Matt Caswell
2016-06-27
1
-1
/
+1
*
Fix some OPENSSL_API_COMPAT values
Matt Caswell
2016-06-27
1
-1
/
+1
*
Clarify use of |$end0| in stitched x86-64 AES-GCM code.
Brian Smith
2016-06-27
1
-0
/
+41
*
evp/evp_enc.c: refine partial buffer overlap detection.
Andy Polyakov
2016-06-27
1
-9
/
+21
*
evp/evp_enc.c: check for partially[!] overlapping buffers
Andy Polyakov
2016-06-27
1
-0
/
+41
*
RT2680: Public EC key is shown as private
Rich Salz
2016-06-26
2
-24
/
+13
*
Handle BN_mod_word failures.
David Benjamin
2016-06-25
2
-11
/
+34
*
Fix BN_is_prime* calls.
David Benjamin
2016-06-25
2
-9
/
+25
*
perlasm/x86_64-xlate.pl: address errors and warnings in elderly perls.
Andy Polyakov
2016-06-24
1
-7
/
+8
*
Teach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()
Nathaniel McCallum
2016-06-24
1
-1
/
+6
*
Avoid signed overflow
Kurt Roeckx
2016-06-24
1
-1
/
+1
*
Deal with API changes.
Ben Laurie
2016-06-24
3
-41
/
+49
*
Ensure HMAC key gets cleansed after use
Matt Caswell
2016-06-24
1
-0
/
+2
*
Add a getter to obtain the HMAC_CTX md
Matt Caswell
2016-06-24
1
-0
/
+5
*
Fix ASN1_STRING_to_UTF8 could not convert NumericString
Matt Caswell
2016-06-23
1
-1
/
+1
*
Make x25519_compute_key() return a boolean
huangqinjin
2016-06-23
1
-2
/
+2
*
Make ossl_ecdh_compute_key() return a boolean
huangqinjin
2016-06-23
1
-1
/
+1
*
RT2867: des_ede3_cfb1 ignored "size in bits" flag
Rich Salz
2016-06-23
1
-0
/
+2
*
Add checks on sk_TYPE_push() returned result
FdaSilvaYY
2016-06-23
1
-2
/
+6
*
Rework error handling from asn1_do_lock method.
FdaSilvaYY
2016-06-23
4
-15
/
+21
*
rand/randfile.c: make it non-ASCII-savvy.
Andy Polyakov
2016-06-22
1
-49
/
+85
*
Move OS-specific fopen quirks to o_fopen.c.
Andy Polyakov
2016-06-22
4
-85
/
+111
*
crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().
Andy Polyakov
2016-06-22
1
-10
/
+0
*
Spelling... and more spelling
FdaSilvaYY
2016-06-22
3
-3
/
+3
*
Avoid creating an illegal pointer.
Kurt Roeckx
2016-06-21
1
-6
/
+6
*
buf2hexstr: properly deal with empty string
Kurt Roeckx
2016-06-21
1
-1
/
+6
*
Make arm-xlate.pl set use strict.
David Benjamin
2016-06-20
1
-1
/
+3
*
make update
Richard Levitte
2016-06-20
1
-0
/
+1
*
Fix proxy certificate pathlength verification
Richard Levitte
2016-06-20
1
-4
/
+18
*
Check that the subject name in a proxy cert complies to RFC 3820
Richard Levitte
2016-06-20
2
-0
/
+75
*
Remove pointless free loop in X509_TRUST_cleanup()
Kurt Cancemi
2016-06-20
1
-3
/
+0
*
Remove pointless free loop in X509_PURPOSE_cleanup()
Kurt Cancemi
2016-06-20
1
-3
/
+0
*
crypto/evp/e_aes_cbc_hmac_sha256.c: Remove spurious memset
Kurt Cancemi
2016-06-20
1
-4
/
+3
*
Make DSA_SIG and ECDSA_SIG getters const.
Emilia Kasper
2016-06-20
5
-23
/
+22
*
rand/randfile.c: remove obsolete commentary.
Andy Polyakov
2016-06-20
1
-5
/
+0
*
aes/asm/bsaes-armv7.pl: omit redundant stores in XTS subroutines.
Andy Polyakov
2016-06-20
1
-20
/
+2
*
aes/asm/bsaes-armv7.pl: fix XTS decrypt test failure.
Andy Polyakov
2016-06-20
1
-1
/
+1
*
Change default directory for the .rnd file on Windows and VMS
Richard Levitte
2016-06-20
1
-5
/
+3
*
Useless header include of openssl/rand.h
FdaSilvaYY
2016-06-18
26
-26
/
+0
[next]