summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable assembler code for DES. Assembler code for BN is commented out as itmiod2014-05-051-0/+27
* Enable the assembler code for BN, which was lost quite some time ago.miod2014-05-041-0/+19
* Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc,miod2014-05-041-4/+2
* Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512.miod2014-05-031-0/+46
* Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512.miod2014-05-031-0/+45
* Correctly enable Montgomery code.miod2014-05-031-1/+2
* Enable assembler bits for BN (Montgomery), SHA1 and SHA256.miod2014-05-031-0/+44
* Correctly enable assembler Montgomery routine.miod2014-05-021-1/+2
* Correctly enable assembler Montgomery routine.miod2014-05-021-1/+2
* Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputesmiod2014-05-021-3/+3
* Disable assembler version of SHA512 for now, it produces wrong results.miod2014-05-021-3/+3
* Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512.miod2014-05-011-0/+50
* Enable use of the assembly code for BN (Montgomery) and SHA1.miod2014-05-011-0/+40
* Enable use of the assembly code for AES, BN, SHA1, SHA256 and SHA512.miod2014-05-011-0/+36
* + e_chacha.c, and bump minormiod2014-05-012-2/+3
* Add ChaCha to libcrypto, based on djb's public domain implementation.jsing2014-05-011-1/+6
* We do not need a separate file for two compatibility wrapper functions.jsing2014-04-271-2/+2
* Make libssl and libcrypto compile with -Werrorbeck2014-04-231-2/+2
* Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.guenther2014-04-201-1/+1
* Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,miod2014-04-181-11/+1
* first round of static config. ok miodtedu2014-04-1813-559/+0
* Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as theremiod2014-04-181-1/+2
* we need to cranktedu2014-04-181-1/+1
* another round of chemo for the RAND code to provide clarity.tedu2014-04-181-3/+2
* egd support is too dangerous to leave where somebody might find it.tedu2014-04-181-2/+2
* Use !defined() rather than empty().miod2014-04-171-2/+2
* -Walltedu2014-04-171-1/+3
* Ok, there was a need for OPENSSL_cleanse() instead of bzero() to preventmiod2014-04-171-2/+2
* Move the machine-specific parts of the libcrypto Makefile to per-arch makefilemiod2014-04-173-104/+124
* Fully kill FIPS API. Forcible certification conflicts with the goals of atedu2014-04-171-2/+2
* No need to define ANSI_SOURCE and NO_ERR. TERMIOS kept until ui/ui_openssl.cmiod2014-04-161-2/+2
* No need to build with -DOPENSSL_NO_CAPIENG and -DOPENSSL_NO_HW_xxx for allmiod2014-04-161-10/+1
* Remove DES_read_password and DES_read_2passwords which are `modern' flavoursmiod2014-04-161-2/+1
* Your operating system memory allocation functions are your friend. If theybeck2014-04-161-2/+2
* don't even pretend to build md2, seed, or jpaketedu2014-04-151-17/+3
* The more you remove Chtulhu^WVMS tentacles, the more there aremiod2014-04-1513-26/+0
* 12 years ago, old_des.h was used to provide compatibility with libdes.tedu2014-04-151-3/+2
* Crank major for libcrypto and libssl; more symbol removals to occur during themiod2014-04-151-2/+2
* The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow formiod2014-04-151-2/+2
* Just like every web browser expands until it can read mail, every modularmiod2014-04-151-3/+3
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-3/+3
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-3/+2
* As we now remove it permanently, we no longer need NO_WINDOWS_BRAINDEATHbeck2014-04-151-2/+2
* Replace the old OpenSSL PRNG by direct use of arc4random_buf(), keeping themiod2014-04-151-2/+2
* revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downsidesthen2014-04-141-0/+3
* Don't bother compiling files which end up containingmiod2014-04-141-2/+2
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-2/+1
* Don't edit on cvs. 23.1 as intended.miod2014-04-131-2/+2
* Do not install e_os.h, it is not an external header and should not be usedmiod2014-04-131-2/+1
* Move undocumented internal OPENSSL_DIR interface from libcrypto to libssl,miod2014-04-131-2/+2