summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Delete a lot of #if 0 code in libressl.doug2015-02-0745-673/+55
* Convert several of the server side handshake functions to the new handshakejsing2015-02-074-238/+108
* Don't allow tag number 31 in CBB_add_asn1().doug2015-02-074-24/+54
* Crank libssl major due to the recent changes and removals.jsing2015-02-072-4/+4
* Clean up the {get,put}_cipher_by_char() implementations. Also usejsing2015-02-076-60/+28
* Only call free in CBB_init().doug2015-02-072-6/+12
* Provide a SSL_CIPHER_get_by_value() function that allows a cipher to bejsing2015-02-078-8/+66
* Stop defining TERMIOS, ANSI_SOURCE and OPENSSL_NO_RC5 for libssl builds.jsing2015-02-071-3/+1
* Combine c_allc.c and c_alld.c into c_all.c - there is not much point havingjsing2015-02-073-361/+230
* Fix typo and ASN.1 tag number range comment in bytestring.h.doug2015-02-072-8/+8
* KNF bytestring files.doug2015-02-068-1816/+2192
* Remove accidental, commented out code.doug2015-02-062-22/+2
* Unifdef NETSCAPE_HANG_BUG.jsing2015-02-062-44/+2
* Add additional checks to ssl3_send_client_key_exchange() that ensuresjsing2015-02-062-36/+50
* Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.doug2015-02-069-1/+2688
* Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char.jsing2015-02-0628-30/+176
* Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem().reyk2015-02-067-19/+20
* Declare the x509_(mem|file|dir)_lookup symbols as static because theyreyk2015-02-053-6/+6
* Fix a number of issues relating to algorithms in signatures, Mostlybeck2015-01-287-9/+58
* Place the remainder of e_os2.h under #ifndef LIBRESSL_INTERNAL until we canjsing2015-01-261-1/+5