aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix 'set but not used' warningDr. Stephen Henson2016-07-011-2/+0
* Re-add x509 and crl fuzzerKurt Roeckx2016-07-015-3/+27
* Add old locking constants backKurt Roeckx2016-07-011-0/+10
* Make CRYPTO_num_locks() return 1Kurt Roeckx2016-07-011-1/+1
* fix code formattingmrpre2016-07-011-12/+6
* add return value for expandmrpre2016-07-011-6/+13
* Fix printing private EC_KEYAlessandro Ghedini2016-07-011-1/+1
* ssl.h: spelling in commentViktor Szakats2016-07-011-1/+1
* Run the fuzzing corpora as tests.Ben Laurie2016-07-0116-129/+298
* SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov2016-07-011-5/+5
* SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov2016-07-013-4/+10
* Windows: Recreate the $prefix variableRichard Levitte2016-06-301-2/+2
* Constify a bit more OPENSSL_sk_ APIFdaSilvaYY2016-06-304-9/+10
* Use directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_deep_copyFdaSilvaYY2016-06-301-21/+15
* Convert memset calls to OPENSSL_cleanseMatt Caswell2016-06-309-10/+19
* Cleanup documentation for removed functionalityMatt Caswell2016-06-302-3/+0
* Add some compat macros for removed tmp RSA functions/macrosMatt Caswell2016-06-301-0/+13
* Fix hmac test case 6Kurt Cancemi2016-06-301-2/+2
* Restore clang builds in travis.ymlRich Salz2016-06-301-13/+9
* Remove the envvar hack to enable proxy cert processingRichard Levitte2016-06-301-6/+0
* Whitespace cleanup in appsFdaSilvaYY2016-06-296-9/+9
* Whitespace cleanup in ssl folderFdaSilvaYY2016-06-298-10/+10
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-2923-31/+30
* Whitespace cleanup in docsFdaSilvaYY2016-06-297-9/+10
* SpellingFdaSilvaYY2016-06-2914-17/+19
* Some interfaces may have IPv6 addresses even if an IPv6 address is notBen Laurie2016-06-291-3/+0
* Add comment about X509_printAlex Gaynor2016-06-281-0/+1
* SSL test framework: port SNI testsEmilia Kasper2016-06-2812-61/+441
* base64 macro: parenthesize for clarityEmilia Kasper2016-06-281-1/+1
* Windows: Make DESTDIR workRichard Levitte2016-06-281-45/+64
* Build files: don't generate empty action lines in generatedir()Richard Levitte2016-06-282-11/+10
* Use include paths to our source before any other cflagsRoumen Petrov2016-06-272-9/+9
* engines/e_capi.c: accommodate recent DSA_SIG_[get|set]0 changes.Andy Polyakov2016-06-271-9/+9
* rsa/rsa_lib.c: const-ify RSA_get0_engine().Andy Polyakov2016-06-272-2/+2
* unix-Makefile.tmpl: omit lib<rary>.a updates from directory targets.Andy Polyakov2016-06-271-4/+1
* windows-makefile.tmpl: don't use $? in library targets.Andy Polyakov2016-06-271-6/+2
* Add a test for fragmented alertsMatt Caswell2016-06-272-2/+63
* Ensure read records are marked as readMatt Caswell2016-06-271-1/+8
* RT4586: Remove RSA_memory_lock; unused, not neededRich Salz2016-06-274-50/+0
* Fix one more instance of incorrect OPENSSL_API_COMPAT valueMatt Caswell2016-06-271-1/+1
* Fix some OPENSSL_API_COMPAT valuesMatt Caswell2016-06-274-4/+4
* Clarify use of |$end0| in stitched x86-64 AES-GCM code.Brian Smith2016-06-271-0/+41
* Configurations/10-main.conf: fix PA-RISC commentary.Andy Polyakov2016-06-271-3/+3
* evp/evp_enc.c: refine partial buffer overlap detection.Andy Polyakov2016-06-271-9/+21
* evp/evp_enc.c: check for partially[!] overlapping buffersAndy Polyakov2016-06-272-1/+44
* RT2680: Public EC key is shown as privateRich Salz2016-06-262-24/+13
* RT2964: Fix it via docRich Salz2016-06-261-0/+11
* Revert "RT2964: Fix it via doc"Rich Salz2016-06-251-10/+0
* RT2964: Fix it via docRich Salz2016-06-251-0/+10
* Handle BN_mod_word failures.David Benjamin2016-06-252-11/+34