| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-05-22 | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully |  miod | 1 | -2/+1 |
| 2014-05-22 | Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids the |  jsing | 2 | -6/+6 |
| 2014-05-08 | kill some more VMS ifdefs |  giovanni | 1 | -4/+0 |
| 2014-05-07 | add additional includes from eng_cryptodev.c |  jsg | 1 | -0/+5 |
| 2014-04-28 | Remove WIN32, WIN64 and MINGW32 tentacles. |  miod | 3 | -14/+1 |
| 2014-04-27 | Use C99 initializers for the various FOO_METHOD structs. More readable, and |  miod | 4 | -62/+17 |
| 2014-04-27 | Put explicit (void) in function declarations and shuffle keywords in some |  miod | 10 | -10/+10 |
| 2014-04-26 | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. |  beck | 3 | -6/+6 |
| 2014-04-23 | Make libssl and libcrypto compile with -Werror |  beck | 1 | -1/+1 |
| 2014-04-20 | Restore beck's rev 1.3: snprintf() was reviewed |  guenther | 1 | -1/+1 |
| 2014-04-19 | We'll interpret a (void) cast on snprintf() to mean it's been verified that |  guenther | 1 | -1/+1 |
| 2014-04-17 | kill REF_PRINT/REF_CHECK debugging framework noone would use |  deraadt | 2 | -14/+2 |
| 2014-04-17 | Get rid of MS Visual C compiler and Intel C compiler specific defines. |  miod | 1 | -132/+1 |
| 2014-04-17 | fix BIO_snprintf usage in here. |  beck | 1 | -8/+19 |
| 2014-04-17 | Change library to use intrinsic memory allocation functions instead of |  beck | 4 | -20/+20 |
| 2014-04-17 | move enginetest to regress as was done with the other tests |  jsg | 1 | -283/+0 |
| 2014-04-15 | we don't use these files for building |  tedu | 1 | -91/+0 |
| 2014-04-15 | Remove the GOST engine: It is not compiled or used and depends on the |  reyk | 2 | -6/+0 |
| 2014-04-15 | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions |  beck | 1 | -1/+1 |
| 2014-04-14 | Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); move |  miod | 4 | -1460/+38 |
| 2014-04-14 | remove auto-generated dependencies from the old unused build system, so |  deraadt | 1 | -362/+0 |
| 2014-04-14 | Remove the GMP engine: It was an experimental engine using libgmp as |  reyk | 2 | -6/+0 |
| 2014-04-14 | Remove the CAPI engine: It is a backend for the Windows CryptoAPI and |  reyk | 2 | -4/+0 |
| 2014-04-14 | Remove the nuron engine. The static engine is not standalone and the |  reyk | 2 | -4/+0 |
| 2014-04-14 | Remove the nCipher CHIL engine. It is not standalone and depends on |  reyk | 2 | -20/+0 |
| 2014-04-13 | Cope with the removal of openssl/symhacks.h |  deraadt | 1 | -1/+0 |
| 2014-04-13 | Remove the AEP engine: it is not standalone and doesn't seem to be |  reyk | 2 | -4/+0 |
| 2014-04-13 | Remove the Atalla engine: It is not standalone and depends on external |  reyk | 2 | -4/+0 |
| 2014-04-13 | Remove the cswift engine: it is not standalone and we don't have the |  reyk | 2 | -4/+0 |
| 2014-04-13 | Remove the "sureware" engine: |  reyk | 2 | -4/+0 |
| 2014-04-13 | Remove the Broadcom ubsec engine: |  reyk | 2 | -4/+0 |
| 2014-04-13 | Remove the IBM 4758 engine: we don't have this hardware and it is an |  reyk | 2 | -4/+0 |
| 2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. |  miod | 2 | -1/+1 |
| 2014-04-13 | Import OpenSSL 1.0.1g |  miod | 1 | -0/+1 |
| 2013-05-30 | Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned the |  matthew | 1 | -2/+2 |
| 2012-10-13 | resolve conflicts |  djm | 5 | -27/+102 |
| 2012-10-13 | import OpenSSL-1.0.1c |  djm | 2 | -0/+810 |
| 2011-11-03 | openssl-1.0.0e: resolve conflicts |  djm | 1 | -0/+3 |
| 2010-12-16 | move CRYPTO_VIAC3_MAX out of cryptodev.h and into the only |  jsg | 1 | -0/+2 |
| 2010-12-16 | The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX length |  jsg | 1 | -2/+2 |
| 2010-10-06 | More OpenSSL fixes: |  djm | 2 | -11/+13 |
| 2010-10-06 | Retire Skipjack |  mikeb | 2 | -2/+0 |
| 2010-10-01 | resolve conflicts, fix local changes |  djm | 48 | -11845/+311 |
| 2010-10-01 | import OpenSSL-1.0.0a |  djm | 3 | -83/+782 |
| 2010-07-01 | AES-NI engine support for OpenSSL. |  thib | 4 | -2/+595 |
| 2010-06-29 | VIA xcrypt for amd64, simpler version of a diff from deraadt |  jsg | 1 | -6/+19 |
| 2010-05-03 | When running in pic mode we don't have enough general registers for all |  jsg | 1 | -1/+1 |
| 2009-01-09 | resolve conflicts |  djm | 3 | -120/+131 |
| 2009-01-09 | import openssl-0.9.8j |  djm | 1 | -2/+2 |
| 2009-01-05 | update to openssl-0.9.8i; tested by several, especially krw@ |  djm | 7 | -139/+326 |