summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely tojsing2015-02-1013-5410/+9
* Remove old interesting but not useful content.jsing2015-02-102-556/+0
* unifdef OPENSSL_NO_RC5jsing2015-02-106-58/+6
* Remove RC5 code - this is not currently enabled and is not likely to everjsing2015-02-1017-2166/+2
* Remove more IMPLEMENT_STACK_OF noops that have been hiding for the lastjsing2015-02-1026-78/+28
* Remove crypto/store - part of which is "currently highly experimental".jsing2015-02-1015-7016/+1
* EVP_BytesToKey(): return through the error path (which cleans things up)miod2015-02-102-6/+6
* Replace assert() and OPENSSL_assert() calls with proper error return paths.miod2015-02-1026-102/+282
* Remove default value initialisers for ASN1_ITEM. Minor changes to generatedjsing2015-02-102-186/+22
* Remove unnecessary include of assert.hmiod2015-02-1010-20/+10
* Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod2015-02-1032-170/+34
* Expand IMPLEMENT_ASN1_TYPE macros - no change to generated assembly.jsing2015-02-102-46/+442
* The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned intojsing2015-02-1020-94/+20
* Place the IMPLEMENT_ASN1_.*FUNCTION.* macros under an #ifndefjsing2015-02-102-2/+8
* Add a stub option for big_writes. This is needed by gvfs.ajacoutot2015-02-101-1/+2
* Expand IMPLEMENT_ASN1_NDEF_FUNCTION and IMPLEMENT_ASN1_PRINT_FUNCTIONjsing2015-02-102-6/+28
* Expand IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname macros that got missed.jsing2015-02-104-8/+56
* move scheck.c into zic.ctedu2015-02-101-7/+1
* Expand the IMPLEMENT_ASN1_ALLOC_FUNCTIONS macro so that the code is visiblejsing2015-02-108-22/+176
* Manually expand ASN1_ITEM_rptr macros that should have been expanded withjsing2015-02-1020-58/+58
* Expand the -IMPLEMENT_ASN1_ENCODE_FUNCTIONS_(const_)?fname macros so thatjsing2015-02-108-26/+242
* Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visiblejsing2015-02-1020-58/+248
* Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that thejsing2015-02-1010-46/+910
* now we're cooking with gas...tedu2015-02-101-4/+7
* matthew suggests a double cast so sf mortgages work right. :)tedu2015-02-101-2/+2
* remove CMU gtimetedu2015-02-101-21/+1
* typomiod2015-02-091-2/+2
* Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andjsing2015-02-0912-102/+2310
* Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andjsing2015-02-0924-86/+1574
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-0956-546/+716
* Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andjsing2015-02-0938-120/+2088
* it is not strictly necessary to cast the "return value" of free() to void.tedu2015-02-091-16/+15
* - register int idays; /* unsigned would be so 2003 */tedu2015-02-094-118/+118
* always define ALL_STATE (which, contrary to the name is not about alltedu2015-02-091-42/+1
* the one true type of time_t is a signed integertedu2015-02-094-60/+19
* remove INITIALIZE macro and do it the hard way.tedu2015-02-092-36/+4
* unifdef the rest of the HAVEs and HAVE notstedu2015-02-091-30/+1
* unifdef have gettext. don't have it, won't have it.tedu2015-02-091-10/+1
* move include lines around a bittedu2015-02-095-19/+17
* trim down some of the ifndef redefine madnesstedu2015-02-091-90/+10
* replace homegrown is_digit with correct calls to isdigit()tedu2015-02-092-10/+7
* move zic and zdump source to appropriate directoriestedu2015-02-095-3991/+0
* stop trying to workaround malloc bugs that have not existed for 20 years.tedu2015-02-094-120/+37
* search engines replaced these files a long TIME agoderaadt2015-02-092-1195/+0
* Jettison SCTP support in BIO dgram.jsing2015-02-094-2104/+4
* Jettison DTLS over SCTP.jsing2015-02-0914-818/+14
* if isascii isn't defined, don't define a retarded versiontedu2015-02-091-4/+1
* When parsing the host in tls_connect(), first check if it is a numericreyk2015-02-091-29/+49
* greatly simplfy and correct difftime for large time_t. ok guenthertedu2015-02-091-55/+5
* this removes just a few ifdef checks for things that should always be enabled,tedu2015-02-095-65/+8