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