summaryrefslogtreecommitdiff
path: root/lib/libcrypto/crypto
AgeCommit message (Expand)Author
2014-07-12Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has beenMiod Vallat
2014-07-12guard inclusion of sys/sysctl.h so we can detect at compile time andBob Beck
2014-07-12remove gratuitous differences, ok beckTheo de Raadt
2014-07-12remove gratuitous differences, ok beck bcookTheo de Raadt
2014-07-12Solaris uses a symbolic link for /dev/urandom which harms best practice ofBob Beck
2014-07-12odds are that some ABI change occured today, no matter how careful everyoneTheo de Raadt
2014-07-11i'm a dumbdumb. fix build.Ted Unangst
2014-07-11move all the feature settings to a common header.Ted Unangst
2014-07-11Make sure we leave OPENSSL_NO_PSK in the conf files so thingsBob Beck
2014-07-09remove unused variables getentropy for OS Xbcook
2014-07-09RSA_NULL used to be a compile option allowing the RSA interfaces to beMiod Vallat
2014-07-08Remove undocumented _des_crypt() interface and its companion header file,Miod Vallat
2014-07-08getentropy for osx and solaris. will be needed for a portable releaseBob Beck
2014-07-08fix oops, accidental delete.. darn copying of files between machinesBob Beck
2014-07-08j should be an int, like repeatBob Beck
2014-07-08unbreak last commit - but same intent, make re-seed less expensiveBob Beck
2014-07-08repeat calls to getentrypy() with the same pid likely indicate reseeds.Theo de Raadt
2014-06-26fix HD() misuse; from brent cookTheo de Raadt
2014-06-25AT_BASE returns us the *address* of the start of ld.so, soBob Beck
2014-06-25get the page of data at AT_SYSINFO_EHDRBob Beck
2014-06-25comment fixes from theoBob Beck
2014-06-25Possibly obtain a little bit of entropy from addresses returnedBob Beck
2014-06-25O_NOFOLLOW would be very nice to have here if the version of linuxBob Beck
2014-06-24Remove BIO_f_reliable(), guilty of playing with EVP_MD_CTX internals itMiod Vallat
2014-06-24Crank libcrypto major since my previous commit changed the size of theJoel Sing
2014-06-23unbreak build of getentropy_sysctl - we need linux/sysctl.h, andBob Beck
2014-06-23unbreak - main needs to be extern in here somewhere.Bob Beck
2014-06-21repair indentation for an inner loop; shorten some macros and variableTheo de Raadt
2014-06-21hash in correct pointerTheo de Raadt
2014-06-20KNFBob Beck
2014-06-20indentTheo de Raadt
2014-06-20rearrange so that the main function with the important comments is at the topOtto Moerbeek
2014-06-20Work in progress on how to deal with the inherit unreliability ofBob Beck
2014-06-11Provide support for non-funopen systems.Theo de Raadt
2014-06-10Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receivesTheo de Raadt
2014-06-02A few months back there was a big community fuss regarding direct-useTheo de Raadt
2014-05-27Fix ia64 cross-gcc target.Tobias Ulmer
2014-05-25"for every change..."Ted Unangst
2014-05-25define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselvesTed Unangst
2014-05-16When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code,Joel Sing
2014-05-15Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from AdamJoel Sing
2014-05-15Add an AEAD EVP interface to libcrypto, along with AES-GCM AEADJoel Sing
2014-05-14Add poly1305 to libcrypto utilising Andrew Moon's public domainJoel Sing
2014-05-12Move the `pqueue' part of libcrypto, which is a glorified sorted linked listMiod Vallat
2014-05-07miod forgot about fcrypt_b.c being needed, before he went off to get hisTheo de Raadt
2014-05-06Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to makeMiod Vallat
2014-05-05Enable assembler code for DES. Assembler code for BN is commented out as itMiod Vallat
2014-05-04Enable the assembler code for BN, which was lost quite some time ago.Miod Vallat
2014-05-04Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc,Miod Vallat
2014-05-03Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512.Miod Vallat