| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unused OPENSSL_NO_OBJECT case | bcook | 2016-07-17 | 1 | -14/+1 |
* | better fix for overrun reported by Qualys Security. | tedu | 2015-10-14 | 1 | -4/+1 |
* | Bail out early if we have no buf_len | beck | 2015-10-14 | 1 | -1/+5 |
* | fix a memory leak reported by Qualys Security. | tedu | 2015-10-14 | 1 | -3/+4 |
* | Ensure we don't write a 0 byte past end of the buffer in the error case. | beck | 2015-10-14 | 1 | -3/+3 |
* | Coverity ID 78910 - Yet another stupid API designed to not show failures. do the | beck | 2015-07-18 | 1 | -6/+8 |
* | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | jsing | 2015-02-10 | 1 | -2/+1 |
* | GOST crypto algorithms (well, most of them), ported from the removed GOST | miod | 2014-11-09 | 4 | -1/+34 |
* | Check the result of sk_*_push() operations for failure. | miod | 2014-10-28 | 1 | -2/+6 |
* | Use strdup() instead of malloc() + memcpy(). | miod | 2014-10-07 | 1 | -8/+3 |
* | Fix CVE-2014-3508, pretty printing and OID validation: | guenther | 2014-08-08 | 1 | -2/+7 |
* | Fix OID encoding for single components. OpenSSL PR #2556 via OpenSSL trunk. | miod | 2014-07-11 | 1 | -1/+1 |
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 2 | -7/+7 |
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 2 | -2/+7 |
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 2 | -3/+7 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 7 | -5/+7 |
* | Remove various test stubs. The good ones have been moved by jsing | deraadt | 2014-06-07 | 1 | -28/+0 |
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 2 | -7/+7 |
* | Clean up some of the nightmare of string and pointer arithmatic in | beck | 2014-06-01 | 1 | -52/+36 |
* | more: no need for null check before free | deraadt | 2014-05-30 | 2 | -14/+7 |
* | ok, next pass after review: when possible, put the reallocarray arguments | deraadt | 2014-05-29 | 1 | -1/+1 |
* | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | deraadt | 2014-05-29 | 2 | -2/+3 |
* | Turn off MemCheck_on and MemCheck_off. These calls are pointless since the | jsing | 2014-05-25 | 1 | -13/+3 |
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -1/+2 |
* | Update with recently added objects. | jsing | 2014-05-01 | 1 | -0/+18 |
* | Provide an EVP implementation for ChaCha. | jsing | 2014-05-01 | 1 | -0/+4 |
* | Add support for the french ANSSI FRP256v1 elliptic curve. | miod | 2014-05-01 | 1 | -0/+2 |
* | Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}. | miod | 2014-05-01 | 1 | -0/+17 |
* | Restore beck's rev 1.21: snprintf() was reviewed | guenther | 2014-04-20 | 1 | -1/+1 |
* | KNF. | jsing | 2014-04-19 | 6 | -813/+814 |
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 1 | -1/+1 |
* | use intrinsic strlcpy and strlcat everywhere so we only have one set of | beck | 2014-04-19 | 1 | -3/+3 |
* | Shrink a local buffer to the size it really needs to be; this is the only | miod | 2014-04-18 | 1 | -1/+1 |
* | a little less obfuscation | tedu | 2014-04-17 | 1 | -17/+2 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 4 | -30/+30 |
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -88/+0 |
* | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | beck | 2014-04-15 | 1 | -16/+0 |
* | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | beck | 2014-04-15 | 1 | -1/+1 |
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -42/+0 |
* | Remove some stuff that isn't needed. | beck | 2014-04-13 | 1 | -1/+1 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -1/+1 |
* | resolve conflicts | djm | 2012-10-13 | 2 | -4/+64 |
* | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 3 | -3/+12 |
|\ |
|
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 5 | -7/+76 |
* | | resolve conflicts, fix local changes | djm | 2010-10-01 | 10 | -261/+324 |
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 4 | -0/+455 |
|\| |
|
| * | import OpenSSL-1.0.0a | djm | 2010-10-01 | 13 | -138/+779 |
| * | import openssl-0.9.8j | djm | 2009-01-09 | 3 | -2/+178 |
| * | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 8 | -90/+493 |
| * | import of openssl-0.9.7j | djm | 2006-06-27 | 3 | -19/+45 |