summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-15convert BIO_snprintf to snprintfbeck1-2/+6
2014-04-15Just like every web browser expands until it can read mail, every modularmiod15-4299/+5
2014-04-15remove FIPS mode support. people who require FIPS can buy something thattedu131-1955/+15
2014-04-15Q: How would you like your lies, sir?miod1-7030/+0
2014-04-15Go home, VMS, you're drunkmiod7-13468/+0
2014-04-15remove FIPS mode support. people who require FIPS can buy something thattedu16-245/+4
2014-04-15In EC_POINT_invert(), actually check the correct function pointer for NULLmiod2-2/+2
2014-04-15No longer mention OPENSSL_EC_BIN_PT_COMP being required to allow formiod2-6/+0
2014-04-15No licence.miod10-1926/+0
2014-04-15Moved to regress/lib/libcrypto.miod46-18922/+0
2014-04-15Remove the GOST engine: It is not compiled or used and depends on thereyk37-6469/+1
2014-04-15Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod48-0/+9639
2014-04-15Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck77-1606/+9
2014-04-15Toss a `unifdef -U OPENSSL_SYS_WINDOWS' bomb into crypto/bio.jsing10-338/+6
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itjsing6-1400/+1478
2014-04-15As we now remove it permanently, we no longer need NO_WINDOWS_BRAINDEATHbeck3-10/+2
2014-04-15No need to define DEVRANDOM and DEVRANDOM_EGD any longer.miod1-12/+0
2014-04-15Remove VMS code.jsing2-640/+0
2014-04-15Replace the old OpenSSL PRNG by direct use of arc4random_buf(), keeping themiod23-3417/+137
2014-04-15remove a test directory. If anyone wants something this again, this isderaadt22-3652/+0
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itjsing44-9338/+9352
2014-04-15Convert some BIO_snprintf() to (void) snprintf - as although these onesbeck1-68/+12
2014-04-15Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck56-149/+149
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itjsing22-3940/+3988
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itjsing50-3578/+3668
2014-04-15remove some vms/windows holdouts.jsg2-336/+0
2014-04-15remove pentium specific benchmark codejsg18-1304/+0
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itjsing18-999/+945
2014-04-15correct cases of code occuring directly after goto/break/returnjsg5-6/+4
2014-04-14o_dir.c has a questionable odor.. now that we got rid of OPENSSL_DIR_XXXbeck1-2/+1
2014-04-14revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downsidesthen2-0/+6
2014-04-14Flense all use of BIO_snprintf from ssl source - use the real one instead,beck7-34/+40
2014-04-14make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miodtedu30-1027/+2
2014-04-14Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); movemiod11-4163/+79
2014-04-14used for windows dll builds onlymiod4-9268/+0
2014-04-14unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was themiod6-918/+0
2014-04-14So the OpenSSL codebase does "get the time, add it as a random seed"deraadt16-34/+2
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itjsing1-1263/+1086
2014-04-14convert the use of OPENSSL_DIR_XXX functions to opendir() and frends.beck2-60/+40
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itjsing1-679/+738
2014-04-14remove auto-generated dependencies from the old unused build system, soderaadt118-14397/+0
2014-04-14Remove the GMP engine: It was an experimental engine using libgmp asreyk11-744/+4
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itjsing4-7364/+6272
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itjsing10-8356/+7852
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itjsing6-2045/+1909
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itjsing9-1516/+1339
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itjsing4-796/+784
2014-04-14Remove the CAPI engine: It is a backend for the Windows CryptoAPI andreyk10-2183/+4
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itjsing4-3216/+2920
2014-04-14replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@,sthen8-108/+66