aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 09/10Rich Salz2016-05-178-642/+48
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Remove --classic build entirelyRichard Levitte2016-04-201-45/+0
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-1/+1
* Deprecate RAND_cleanup() and make it a no-opMatt Caswell2016-04-131-2/+2
* Fix the no-posix-io optionMatt Caswell2016-04-111-1/+1
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Remove Netware and OS/2Rich Salz2016-03-176-355/+6
* Convert rand code to new threading APIMatt Caswell2016-03-091-32/+47
* OpenSSLDie --> OPENSSL_dieRich Salz2016-03-081-1/+1
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-6/+4
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-181-10/+0
* md_rand: FAQ URL to use https and follow a redirectViktor Szakats2016-02-161-1/+1
* unified build scheme: add a "unified" template for VMS descrip.mmsRichard Levitte2016-02-101-1/+1
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-9/+8
* GH601: Various spelling fixes.FdaSilvaYY2016-02-052-2/+2
* Don't use RDRAND if told not toMatt Caswell2016-02-041-1/+2
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+4
* Templatize util/domdRich Salz2016-01-291-2/+1
* Always DPURIFYEmilia Kasper2016-01-292-19/+1
* Remove /* foo.c */ commentsRich Salz2016-01-2611-11/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Add a no-egd option to disable EGD-related codeBenjamin Kaduk2016-01-142-43/+51
* Move Makefiles to Makefile.inRich Salz2016-01-122-158/+63
* make updateRichard Levitte2016-01-121-41/+47
* Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni2016-01-072-4/+6
* Remove more (rest?) of FIPS build stuff.Rich Salz2016-01-061-89/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-163-10/+12
* make updateDr. Stephen Henson2015-12-091-2/+1
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-6/+6
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-31/+41
* "make update" after async merge.Rich Salz2015-11-231-9/+9
* Fix async deadlock problemMatt Caswell2015-11-201-0/+17
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-093-3/+3
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-303-39/+39
* Fix -Wshadow warnings in mingw builds.Andy Polyakov2015-09-291-3/+3
* RT3969: Add OPENSSL_SYS_UEFIDavid Woodhouse2015-09-081-1/+1
* Add UEFI flag for rand buildLong, Qin2015-09-031-2/+2
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-8/+9
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-145-5/+5
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-3/+2