summaryrefslogtreecommitdiffstats
path: root/include/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
* err/err.c: add err_clear_last_constant_time.Andy Polyakov2018-11-301-0/+6
* Add tsan_decr() API, counterpart of tsan_counter()Benjamin Kaduk2018-11-041-0/+6
* Use secure_getenv(3) when available.Pauli2018-09-241-0/+2
* Update copyright yearMatt Caswell2018-09-113-3/+3
* internal/tsan_assist.h: add tsan_ld_acq and tsan_st_rel.Andy Polyakov2018-08-261-12/+66
* internal/refcount.h: overhaul fencing and add _MSC_VER section.Andy Polyakov2018-08-161-11/+62
* Add internal/tsan_assist.h.Andy Polyakov2018-08-071-0/+84
* crypto/dllmain.c: remove unused OPENSSL_NONPIC_relocated variable.Andy Polyakov2018-07-251-1/+0
* Remove stale SM2 error codesNicola Tuveri2018-07-161-0/+3
* Remove __cplusplus preamble from internal headersNicola Tuveri2018-06-226-43/+0
* Move the loading of the ssl_conf module to libcryptoMatt Caswell2018-04-051-0/+20
* Remove QNX supportRich Salz2018-03-261-4/+0
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-151-133/+0
* RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre2018-03-101-0/+7
* Update copyright yearMatt Caswell2018-02-271-1/+1
* Switch the DRBGs from AES-128-CTR to AES-256-CTRKurt Roeckx2018-02-211-5/+13
* Add some new constant time functions needed by curve448Matt Caswell2018-02-201-0/+93
* DRBG: make locking api truly privateDr. Matthias St. Pierre2018-02-151-4/+0
* DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre2018-02-131-2/+2
* DRBG: unify initialization and cleanup codeDr. Matthias St. Pierre2018-02-131-0/+1
* DRBG: add locking apiDr. Matthias St. Pierre2018-02-131-0/+4
* Update copyright yearMatt Caswell2018-02-132-2/+2
* Copy name string in BIO_meth_newRich Salz2018-02-101-1/+1
* Small simplification in mkerr.plFdaSilvaYY2018-02-091-4/+1
* make update ERROR_REBUILD=-rebuildRichard Levitte2018-02-071-56/+61
* Make OPENSSL_rdtsc universally available.Pauli2018-02-071-4/+2
* Add RAND_DRBG_bytesKurt Roeckx2018-01-291-0/+2
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* Fix IPv6 defineRich Salz2018-01-071-1/+5
* Remove remaining NETWARE ifdef'sRich Salz2018-01-071-6/+3
* Fix comment about undefined behavior of constant_time_msbKurt Roeckx2017-12-251-6/+1
* Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre2017-12-171-0/+1
* Add master DRBG for reseedingDr. Matthias St. Pierre2017-12-171-3/+5
* Fix invalid function type casts.Bernd Edlinger2017-12-151-1/+1
* Create a prototype for OPENSSL_rdtscKurt Roeckx2017-11-251-0/+4
* Remove parentheses of return.KaoruToda2017-10-181-10/+10
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-181-0/+45
* Add CRYPTO_get_alloc_counts.Rich Salz2017-10-131-0/+1
* Move OPENSSL_CONF from e_os.h to cryptlib.hPauli2017-08-291-0/+2
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-291-0/+22
* e_os.h removal from other headers and source files.Pauli2017-08-291-3/+2
* Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx2017-08-281-0/+1
* DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre2017-08-281-2/+3
* Fix guarding macro in include/internal/sockets.hRichard Levitte2017-08-251-34/+34
* Move more socket stuffRichard Levitte2017-08-251-16/+29
* (Re)move some things from e_os.hRich Salz2017-08-221-0/+149
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-0/+14
* Fix some Typos and indentsFdaSilvaYY2017-08-111-5/+5
* Add a DRBG to each SSL objectRich Salz2017-08-031-0/+1