Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | beck | 2014-04-15 | 77 | -1606/+9 |
| | | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit. | ||||
* | Toss a `unifdef -U OPENSSL_SYS_WINDOWS' bomb into crypto/bio. | jsing | 2014-04-15 | 10 | -338/+6 |
| | | | | ok miod@ | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 6 | -1400/+1478 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | As we now remove it permanently, we no longer need NO_WINDOWS_BRAINDEATH | beck | 2014-04-15 | 3 | -10/+2 |
| | | | | | as a build time option... ok deraadt@ miod@ | ||||
* | No need to define DEVRANDOM and DEVRANDOM_EGD any longer. | miod | 2014-04-15 | 1 | -12/+0 |
| | |||||
* | Remove VMS code. | jsing | 2014-04-15 | 2 | -640/+0 |
| | | | | ok miod@ beck@ | ||||
* | Replace the old OpenSSL PRNG by direct use of arc4random_buf(), keeping the | miod | 2014-04-15 | 23 | -3417/+137 |
| | | | | | | | | | | | | | | | | | | | | | existing RAND interfaces unchanged. All interfaces allowing external feed or seed of the RNG (either from a file or a local entropy gathering daemon) are kept for ABI compatibility, but are no longer do anything. While the OpenSSL PRNG was required 15+ years ago when many systems lacked proper entropy collection, things have evolved and one can reasonably assume it is better to use the kernel (system global) entropy pool rather than trying to build one's own and having to compensate for thread scheduling... <RANT> Whoever thought that RAND_screen(), feeding the PRNG with the contents of the local workstation's display, under Win32, was a smart idea, ought to be banned from security programming. </RANT> ok beck@ deraadt@ tedu@ | ||||
* | remove a test directory. If anyone wants something this again, this is | deraadt | 2014-04-15 | 22 | -3652/+0 |
| | | | | | | the wrong place and it will need heavy lifting. Love the .bat files and the reference to pre-draft pthreads code at MIT. ok beck | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 44 | -9338/+9352 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | Convert some BIO_snprintf() to (void) snprintf - as although these ones | beck | 2014-04-15 | 1 | -68/+12 |
| | | | | | save the return value, the value is actually ignored. ok deraadt@ | ||||
* | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | beck | 2014-04-15 | 56 | -149/+149 |
| | | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@ | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 22 | -3940/+3988 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 50 | -3578/+3668 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | remove some vms/windows holdouts. | jsg | 2014-04-15 | 2 | -336/+0 |
| | | | | ok miod@ | ||||
* | remove pentium specific benchmark code | jsg | 2014-04-15 | 18 | -1304/+0 |
| | | | | ok miod@ | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 18 | -999/+945 |
| | | | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. There is still a huge amount of inconsistency within these headers. | ||||
* | correct cases of code occuring directly after goto/break/return | jsg | 2014-04-15 | 5 | -6/+4 |
| | | | | ok miod@ guenther@ | ||||
* | o_dir.c has a questionable odor.. now that we got rid of OPENSSL_DIR_XXX | beck | 2014-04-14 | 1 | -2/+1 |
| | | | | | | remove it from the build.. we can cvs rm it and the files it includes once we know for sure ports are good. ok deraadt@ | ||||
* | revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downside | sthen | 2014-04-14 | 2 | -0/+6 |
| | | | | (breaks ssh ecdsa keys) | ||||
* | Flense all use of BIO_snprintf from ssl source - use the real one instead, | beck | 2014-04-14 | 7 | -34/+40 |
| | | | | | | and allow for the normal posix mandated return values instead of the nonstandard one from BIO_snprintf. ok miod@ | ||||
* | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod | tedu | 2014-04-14 | 30 | -1027/+2 |
| | |||||
* | Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); move | miod | 2014-04-14 | 11 | -4163/+79 |
| | | | | | | | undo the move of crypto/engines/eng_padlock to engines/e_padlock. Requested by reyk@. Note that eng_padlock is not compiled in currently. | ||||
* | used for windows dll builds only | miod | 2014-04-14 | 4 | -9268/+0 |
| | |||||
* | unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was the | miod | 2014-04-14 | 6 | -918/+0 |
| | | | | | | early attempt at getting kernel-assisted crypto(4) used by libcrypto, before the engine API existed, and has been #if 0'd out for ages anyway. No API/ABI change. | ||||
* | So the OpenSSL codebase does "get the time, add it as a random seed" | deraadt | 2014-04-14 | 16 | -34/+2 |
| | | | | | | | in a bunch of places inside the TLS engine, to try to keep entropy high. I wonder if their moto is "If you can't solve a problem, at least try to do it badly". ok miod | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 1 | -1263/+1086 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | convert the use of OPENSSL_DIR_XXX functions to opendir() and frends. | beck | 2014-04-14 | 2 | -60/+40 |
| | | | | ok deraadt@ | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 1 | -679/+738 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 118 | -14397/+0 |
| | | | | | that it is easier to find code pieces. They are getting in the way. ok miod | ||||
* | Remove the GMP engine: It was an experimental engine using libgmp as | reyk | 2014-04-14 | 11 | -744/+4 |
| | | | | | | | an alternative backend for BIGNUM calculations. It is PoC code that is not enabled in OpenSSL and probably not used by anymore. ok deraadt@ | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 4 | -7364/+6272 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 10 | -8356/+7852 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 6 | -2045/+1909 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 9 | -1516/+1339 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 4 | -796/+784 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | Remove the CAPI engine: It is a backend for the Windows CryptoAPI and | reyk | 2014-04-14 | 10 | -2183/+4 |
| | | | | | | could be maintained in an external package. "it should probably go" beck@ | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 4 | -3216/+2920 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@, | sthen | 2014-04-14 | 8 | -108/+66 |
| | | | | makes sense to beck@ | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 12 | -3740/+3354 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 12 | -3708/+3348 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 23 | -9974/+10335 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | Revert previous. I don't known why cvs blame tells me I committed this, | mpi | 2014-04-14 | 2 | -54/+584 |
| | | | | | but after cross-checking with 1.0.1g sources, they are not coming from my change. | ||||
* | Revert to 1.1 minus the VMS stuff, I accidentally committed this chunk | mpi | 2014-04-14 | 2 | -584/+54 |
| | | | | in my last change. | ||||
* | Remove VMS engine build files. | reyk | 2014-04-14 | 5 | -36/+0 |
| | |||||
* | print pid in error messages; ok reyk@ | otto | 2014-04-14 | 1 | -14/+18 |
| | |||||
* | Remove the nuron engine. The static engine is not standalone and the | reyk | 2014-04-14 | 11 | -700/+1 |
| | | | | FPGA-based device is long obsolete. | ||||
* | Unlist previously removed chil engine from LIBNAMES | reyk | 2014-04-14 | 1 | -1/+1 |
| | |||||
* | Remove the nCipher CHIL engine. It is not standalone and depends on | reyk | 2014-04-14 | 14 | -2179/+0 |
| | | | | external libraries that aren't covered by the same license. | ||||
* | Sync the list of man pages with doc/crypto and doc/ssl. MLINKS will | mpi | 2014-04-14 | 1 | -85/+120 |
| | | | | | | follow soon. Tweaks from an ok jim@ | ||||
* | Don't bother compiling files which end up containing | miod | 2014-04-14 | 9 | -2584/+2 |
| | | | | | | #if OPENSSL_SYS_NOTYOURS <whole file> #endif |