summaryrefslogtreecommitdiff
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
* 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
* 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
* 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
* Jettison SCTP support in BIO dgram.jsing2015-02-094-2104/+4
* Jettison DTLS over SCTP.jsing2015-02-0914-818/+14
* When parsing the host in tls_connect(), first check if it is a numericreyk2015-02-091-29/+49
* Return NULL when there are no shared ciphers.doug2015-02-092-8/+12
* Remember to zero the ciphers configuration.jsing2015-02-091-2/+4
* This is neither code not proper documentation.miod2015-02-0914-314/+0
* Rewrite the openssl(1) ciphers command.jsing2015-02-091-158/+128
* Remove unused GOST test that prevents clang from building libcrypto.doug2015-02-092-110/+2
* Use `> 0' instead of `!= 0' as a successful condition formiod2015-02-0820-88/+88
* Move a few typedef up in this file in order to be able to use them in env_md_stmiod2015-02-082-28/+20
* Check memory allocation results in EVP_PBE_alg_add_type().miod2015-02-082-6/+20
* Check memory allocation results, as well as stack pushes.miod2015-02-082-18/+68
* 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-0816-624/+576
* Delete commented out code from openssl(1) apps.doug2015-02-088-95/+11
* Use the AI_ADDRCONFIG flag in tls_connect(). This tells the resolverreyk2015-02-081-1/+2
* Added tls_load_file()reyk2015-02-071-1/+2
* Add manpage bits for tls_load_file() and tls_accept_socket().reyk2015-02-072-2/+28
* Add tls_load_file() as a helper to load certificates or encrypted keysreyk2015-02-072-2/+92
* Don't leak addresses in error messages.miod2015-02-072-4/+4
* 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-072-12/+10
* Delete a lot of #if 0 code in libressl.doug2015-02-0790-1346/+110
* Convert tls_connect_fds() and tls_accept_socket() to the new OpenSSL errorjsing2015-02-074-26/+16
* Convert several of the server side handshake functions to the new handshakejsing2015-02-074-238/+108