aboutsummaryrefslogtreecommitdiffstats
path: root/include/internal
Commit message (Expand)AuthorAgeFilesLines
* VMS: Copy DECC inclusion epi- and prologues to internalsRichard Levitte2017-04-202-0/+36
* Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte2017-04-101-19/+0
* Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte2017-04-041-0/+19
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* Add -Wundef to --strict-warnings options.Bernd Edlinger2017-02-241-2/+4
* Clarify what RUN_ONCE returnsRichard Levitte2017-01-131-2/+5
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-0/+65
* Provide some constant time functions for dealing with size_t valuesMatt Caswell2016-11-041-0/+49
* Add a DSO_dsobyaddr() functionMatt Caswell2016-11-021-0/+11
* Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell2016-11-021-0/+13
* More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell2016-10-281-2/+2
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-1/+3
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-1/+6
* VMS: be less picky when loading DSOsRichard Levitte2016-09-111-6/+0
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+1
* Define a few internal macros for easy use of run_once functionsRichard Levitte2016-07-191-0/+42
* Perform DANE-EE(3) name checks by defaultViktor Dukhovni2016-07-121-0/+2
* RT4562: Fix misleading doc on OPENSSL_configRich Salz2016-06-141-2/+2
* Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmpRichard Levitte2016-05-281-2/+0
* Remove unused error/function codes.Rich Salz2016-05-231-15/+4
* Copyright consolidation 03/10Rich Salz2016-05-1710-398/+58
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-92/+0
* Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni2016-04-221-1/+2
* Fix ex_data locks issueMatt Caswell2016-04-141-0/+1
* The err_cleanup() funtion is internal so shouldn't be exportedMatt Caswell2016-04-141-1/+0
* Ensure all locks are properly cleaned upMatt Caswell2016-04-142-1/+2
* Move a declaration that's private to libcryptoRichard Levitte2016-04-131-1/+0
* Rename int_*() functions to *_int()Matt Caswell2016-04-134-7/+7
* Fix symbols missing from shared buildMatt Caswell2016-04-131-0/+5
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-134-7/+7
* Deprecate CONF_modules_free() and make it a no-opMatt Caswell2016-04-131-0/+1
* Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell2016-04-131-2/+1
* Deprecate ERR_free_strings() and make it a no-opMatt Caswell2016-04-131-0/+59
* Deprecate COMP_zlib_cleanup() and make it a no-opMatt Caswell2016-04-131-0/+11
* Add SSL_DANE typedef for consistency.Rich Salz2016-04-081-1/+1
* Make BIO opaqueMatt Caswell2016-03-291-0/+71
* Move dso.h to internalRich Salz2016-03-231-0/+276
* Implement new multi-threading APIAlessandro Ghedini2016-02-261-0/+92
* Hide OPENSSL_INIT_SETTINGS.Rich Salz2016-02-111-0/+5
* The guard macro to be defined didn't match the guard macro checkedRichard Levitte2016-02-101-1/+1
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-0/+56
* Style; add "!= NULL"Rich Salz2016-02-011-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-264-4/+0
* Only declare stacks in headersDr. Stephen Henson2016-01-071-0/+2
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-051-0/+147
* Instead of a local hack, implement SIZE_MAX in numbers.h if it's missingRichard Levitte2016-01-021-0/+4
* Add ossl_inlineDr. Stephen Henson2015-12-221-40/+51
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-182-2/+2
* Identify and move OpenSSL internal header filesRichard Levitte2015-05-143-0/+335
* Move definition of INTxx_MIN et al to internal headerRichard Levitte2015-05-141-0/+109