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
*
sha/keccak1600.c: add couple of soft asserts.
Andy Polyakov
2016-10-31
1
-0
/
+4
*
Try to unify BIO read/write parameter names
Benjamin Kaduk
2016-10-29
1
-12
/
+12
*
Fix stdio build following BIO size_t work
Matt Caswell
2016-10-28
1
-0
/
+4
*
Fix more shadowed variable warnings
Matt Caswell
2016-10-28
2
-19
/
+19
*
Fix some feedback issues for BIO size_t-ify
Matt Caswell
2016-10-28
2
-31
/
+35
*
Add some sanity checks for BIO_read* and BIO_gets
Matt Caswell
2016-10-28
1
-1
/
+11
*
More parameter naming of BIO_read*/BIO_write* related functions
Matt Caswell
2016-10-28
2
-28
/
+29
*
Tweaks based on review feedback of BIO size_t work
Matt Caswell
2016-10-28
1
-1
/
+1
*
Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1
Matt Caswell
2016-10-28
1
-29
/
+63
*
Read up to INT_MAX when calling legacy BIO_read() implementations
Matt Caswell
2016-10-28
1
-1
/
+1
*
Fix some bogus uninit variable warnings
Matt Caswell
2016-10-28
1
-2
/
+2
*
Ensure all BIO functions call the new style callback
Matt Caswell
2016-10-28
1
-111
/
+154
*
Create BIO_write_ex() which handles size_t arguments
Matt Caswell
2016-10-28
22
-15
/
+111
*
Create BIO_read_ex() which handles size_t arguments
Matt Caswell
2016-10-28
23
-21
/
+173
*
ppccap.c: engage new multipplication and squaring subroutines.
Andy Polyakov
2016-10-24
2
-32
/
+15
*
bn/asm/ppc-mont.pl: add optimized multiplication and squaring subroutines.
Andy Polyakov
2016-10-24
1
-1
/
+1645
*
bn/asm/ppc-mont.pl: prepare for extension.
Andy Polyakov
2016-10-24
1
-19
/
+24
*
sha/asm/sha512-armv8.pl: adapt for kernel use.
Andy Polyakov
2016-10-24
1
-15
/
+38
*
x86_64 assembly pack: add Goldmont performance results.
Andy Polyakov
2016-10-24
11
-1
/
+14
*
sha/keccak1600.c: add known answer and verify result with memcmp.
Andy Polyakov
2016-10-24
1
-3
/
+83
*
crypto/sha: add Keccak1600 primitives to build SHA-3 upon.
Andy Polyakov
2016-10-24
1
-0
/
+281
*
Fix support for DragonFly BSD
jrmarino
2016-10-22
4
-6
/
+6
*
GH1546: Fix old names in cryptodev code.
Rich Salz
2016-10-21
1
-2
/
+2
*
Do not set load_crypto_strings_inited when OPENSSL_NO_ERR is defined
Mat
2016-10-19
1
-1
/
+1
*
Add error checking, small nit on ouput
FdaSilvaYY
2016-10-19
1
-2
/
+3
*
Fix config option 'no-deprecated'
Richard Levitte
2016-10-19
1
-0
/
+2
*
Fix strict-warnings build
Patrick Steuer
2016-10-18
1
-0
/
+1
*
Fix strict-warnings build
Patrick Steuer
2016-10-18
2
-6
/
+6
*
Fix strict-warnings build
Patrick Steuer
2016-10-18
1
-1
/
+1
*
Fix embedded string handling.
Dr. Stephen Henson
2016-10-17
4
-9
/
+19
*
Ensure we handle len == 0 in ERR_err_string_n
Matt Caswell
2016-10-15
1
-0
/
+3
*
Fix X509_NAME decode for malloc failures.
Dr. Stephen Henson
2016-10-11
1
-17
/
+20
*
Fix up bn_prime.pl formatting.
David Benjamin
2016-10-11
2
-260
/
+259
*
Remove trailing whitespace from some files.
David Benjamin
2016-10-11
79
-362
/
+362
*
SRP code tidy.
Dr. Stephen Henson
2016-10-01
1
-69
/
+17
*
Print <ABSENT> if a STACK is NULL.
Dr. Stephen Henson
2016-09-29
1
-1
/
+2
*
Add ASN1_ITEM lookup and enumerate functions.
Dr. Stephen Henson
2016-09-29
3
-1
/
+204
*
Add -Wswitch-enum
Rich Salz
2016-09-22
7
-31
/
+86
*
Add OCSP_RESPID_match()
Matt Caswell
2016-09-22
1
-1
/
+27
*
Add the ability to set OCSP_RESPID fields
Matt Caswell
2016-09-22
1
-10
/
+37
*
Don't leak on an OPENSSL_realloc() failure
Matt Caswell
2016-09-21
1
-10
/
+6
*
rand/randfile.c: treat empty string in RAND_file_name as error.
Andy Polyakov
2016-09-21
1
-1
/
+1
*
rand/randfile.c: rationalize __OpenBSD__ code path.
Andy Polyakov
2016-09-21
1
-5
/
+1
*
rand/randfile.c: restore fallback to $HOME for non-setuid programs.
Andy Polyakov
2016-09-21
1
-4
/
+6
*
GH1555: Don't bump size on realloc failure
Rich Salz
2016-09-21
1
-1
/
+1
*
Revert "Constify code about X509_VERIFY_PARAM"
Rich Salz
2016-09-21
1
-2
/
+2
*
Fix a missing NULL check in dsa_builtin_paramgen
Matt Caswell
2016-09-21
1
-0
/
+3
*
Convert num_alloc to a size_t in stack.c and tweak style
Matt Caswell
2016-09-20
1
-34
/
+23
*
Prevent overflows in stack API
Guido Vranken
2016-09-20
1
-8
/
+42
*
Constify code about X509_VERIFY_PARAM
FdaSilvaYY
2016-09-18
1
-2
/
+2
[next]