summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix leaking of bn, coverity issue 105351beck2015-02-131-1/+2
* prevent a crash with openssl asn1parse -genstr FORMATjsg2015-02-121-1/+5
* If you do not support POSIX I/O then you're not tall enough to ride...jsing2015-02-124-23/+4
* unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN,jsing2015-02-128-48/+8
* Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.beck2015-02-119-12/+123
* Remove initialisers with default values from the ASN1 data structures.jsing2015-02-1117-188/+23
* get rid of OPENSSL_NO_CMS code we do not use.beck2015-02-119-123/+12
* get rid of OPENSSL_NO_COMP code we don't use.beck2015-02-112-11/+2
* Expand most of the ASN1_SEQUENCE* and associated macros, making the datajsing2015-02-1117-146/+950
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-1131-31/+72
* More unifdef OPENSSL_NO_RFC3779 that got missed last time around.jsing2015-02-112-16/+2
* unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely tojsing2015-02-106-2704/+4
* Remove old interesting but not useful content.jsing2015-02-101-278/+0
* unifdef OPENSSL_NO_RC5jsing2015-02-103-29/+3
* Remove RC5 code - this is not currently enabled and is not likely to everjsing2015-02-108-1079/+0
* Remove more IMPLEMENT_STACK_OF noops that have been hiding for the lastjsing2015-02-1013-39/+14
* Remove crypto/store - part of which is "currently highly experimental".jsing2015-02-107-3505/+0
* EVP_BytesToKey(): return through the error path (which cleans things up)miod2015-02-101-3/+3
* Replace assert() and OPENSSL_assert() calls with proper error return paths.miod2015-02-1013-51/+141
* Remove default value initialisers for ASN1_ITEM. Minor changes to generatedjsing2015-02-101-93/+11
* Remove unnecessary include of assert.hmiod2015-02-105-10/+5
* Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod2015-02-1016-85/+17
* Expand IMPLEMENT_ASN1_TYPE macros - no change to generated assembly.jsing2015-02-101-23/+221
* The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned intojsing2015-02-1010-47/+10
* Place the IMPLEMENT_ASN1_.*FUNCTION.* macros under an #ifndefjsing2015-02-101-1/+4
* Expand IMPLEMENT_ASN1_NDEF_FUNCTION and IMPLEMENT_ASN1_PRINT_FUNCTIONjsing2015-02-101-3/+14
* Expand IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname macros that got missed.jsing2015-02-102-4/+28
* Expand the IMPLEMENT_ASN1_ALLOC_FUNCTIONS macro so that the code is visiblejsing2015-02-104-11/+88
* Manually expand ASN1_ITEM_rptr macros that should have been expanded withjsing2015-02-1010-29/+29
* Expand the -IMPLEMENT_ASN1_ENCODE_FUNCTIONS_(const_)?fname macros so thatjsing2015-02-104-13/+121
* Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visiblejsing2015-02-1010-29/+124
* Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that thejsing2015-02-105-23/+455
* Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andjsing2015-02-096-51/+1155
* Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andjsing2015-02-0912-43/+787
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-0928-273/+358
* Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andjsing2015-02-0919-60/+1044
* Jettison SCTP support in BIO dgram.jsing2015-02-092-1052/+2
* Jettison DTLS over SCTP.jsing2015-02-0914-818/+14
* Return NULL when there are no shared ciphers.doug2015-02-092-8/+12
* This is neither code not proper documentation.miod2015-02-097-157/+0
* Remove unused GOST test that prevents clang from building libcrypto.doug2015-02-091-55/+1
* Use `> 0' instead of `!= 0' as a successful condition formiod2015-02-0810-44/+44
* Move a few typedef up in this file in order to be able to use them in env_md_stmiod2015-02-081-14/+10
* Check memory allocation results in EVP_PBE_alg_add_type().miod2015-02-081-3/+10
* Check memory allocation results, as well as stack pushes.miod2015-02-081-9/+34
* Rely upon enc_flags rather than the tls version, to upgrade SHA1+MD5 tomiod2015-02-082-8/+8
* Lob a KNF grenade into the ecdsa code.jsing2015-02-088-312/+288
* Don't leak addresses in error messages.miod2015-02-071-2/+2
* Remove useless variables and use the values directly.doug2015-02-072-10/+6
* Don't support very old versions of Netscape (is there any other kind?).doug2015-02-071-6/+5