summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-09make updateDr. Stephen Henson
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-11-23"make update" after async merge.Rich Salz
2015-11-20Fix async deadlock problemMatt Caswell
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-09-29Fix -Wshadow warnings in mingw builds.Andy Polyakov
2015-09-08RT3969: Add OPENSSL_SYS_UEFIDavid Woodhouse
2015-09-03Add UEFI flag for rand buildLong, Qin
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-14make dependRichard Levitte
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-04-30free cleanup almost the finaleRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-25Deprecate RAND_pseudo_bytesMatt Caswell
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-12RT3684: rand_egd needs stddef.hClang via Jeffrey Walton
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-24ifdef cleanup, part 4a: '#ifdef undef'Rich Salz
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22ifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBFRich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2015-01-13Avoid deprecation problems in Visual Studio 13Matt Caswell
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-17RT3548: Remove some obsolete platformsRich Salz
2014-12-17RT3544: Restore MWERKS for NetWareRich Salz
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08remove FIPS_*_SIZE_TDr. Stephen Henson
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
2014-09-24RT3544: Remove MWERKS supportRich Salz
2014-09-18RT2301: GetDIBits, not GetBitmapBits in rand_winJake Goulding
2014-06-08Create ~/.rnd with mode 0600 instead of 0666Jakub Wilk
2014-04-09ssleay_rand_add returns a value in 1.1.0Dr. Stephen Henson
2014-04-07Return if ssleay_rand_add called with zero num.Dr. Stephen Henson