summaryrefslogtreecommitdiffstats
path: root/include/internal
AgeCommit message (Expand)Author
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-11Fix some Typos and indentsFdaSilvaYY
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-08-03Move ossl_assertMatt Caswell
2017-07-20typedef's for RAND_DRBG methodsBenjamin Kaduk
2017-07-20Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz
2017-07-19Add DRBG random methodRich Salz
2017-06-21Add constant-time 64Rich Salz
2017-06-20Fix typo (note by oneton@users.github)Rich Salz
2017-06-15Standardize Levitte's dual-licenseRich Salz
2017-06-07make error tables const and separate header fileRich Salz
2017-05-28Revert "Add internal functions to fetch a refcount"Richard Levitte
2017-05-28Correct small typo in CRYPTO_GET_REFRichard Levitte
2017-05-27Add internal functions to fetch a refcountRichard Levitte
2017-04-20VMS: Copy DECC inclusion epi- and prologues to internalsRichard Levitte
2017-04-10Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte
2017-03-29More typo fixesFdaSilvaYY
2017-02-24Add -Wundef to --strict-warnings options.Bernd Edlinger
2017-01-13Clarify what RUN_ONCE returnsRichard Levitte
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-11-04Provide some constant time functions for dealing with size_t valuesMatt Caswell
2016-11-02Add a DSO_dsobyaddr() functionMatt Caswell
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell
2016-10-28More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-09-11VMS: be less picky when loading DSOsRichard Levitte
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-19Define a few internal macros for easy use of run_once functionsRichard Levitte
2016-07-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni
2016-06-14RT4562: Fix misleading doc on OPENSSL_configRich Salz
2016-05-28Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmpRichard Levitte
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Copyright consolidation 03/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-04-22Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni
2016-04-14Fix ex_data locks issueMatt Caswell
2016-04-14The err_cleanup() funtion is internal so shouldn't be exportedMatt Caswell
2016-04-14Ensure all locks are properly cleaned upMatt Caswell
2016-04-13Move a declaration that's private to libcryptoRichard Levitte
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Fix symbols missing from shared buildMatt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate CONF_modules_free() and make it a no-opMatt Caswell
2016-04-13Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate ERR_free_strings() and make it a no-opMatt Caswell
2016-04-13Deprecate COMP_zlib_cleanup() and make it a no-opMatt Caswell