summaryrefslogtreecommitdiff
path: root/lib/libcrypto/crypto
AgeCommit message (Expand)Author
2014-07-19remove disabled main hook; we use phdr now; ok bcookTheo de Raadt
2014-07-19tab loveTheo de Raadt
2014-07-19Move _ARC4_ATFORK handlers from thread_private.h in portable.bcook
2014-07-19move _ARC4_LOCK/UNLOCK primitives from thread_private into OS-specific modulesbcook
2014-07-19fixup typosbcook
2014-07-19Change _rs_allocate so it can combine the two regions (rs and rsx)Theo de Raadt
2014-07-18Cleanup portable arc4random fork detection code:Matthew Dempsky
2014-07-18Seperate arc4random's os-dependent parts into static inline functions,Theo de Raadt
2014-07-16Only call getauxval(3) if HAVE_GETAUXVAL is defined. Fixes build on olderMark Kettenis
2014-07-13Use dl_iterate_phdr() to iterate over the segments and throw the addressesTheo de Raadt
2014-07-13Provide a link to the canonical API specification.Theo de Raadt
2014-07-13Take away the use of the address of main as a source of entropy. CausesBob Beck
2014-07-12getentropy on Windows. It compiles but has not been thoroughly tested yet.wouter
2014-07-12Remove signed/unsigned warning, statement before declaration andwouter
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