summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-25Manually expand ASN.1 template macros - only change in generated assemblyjsing6-32/+80
2015-07-25Expand ASN.1 template macros that got missed in the last pass - only changejsing6-22/+62
2015-07-25Expand ASN.1 template macros - the generated assembly only differs byjsing26-282/+1612
2015-07-25Expand ASN.1 template macros - no change in generated assembly.jsing2-112/+588
2015-07-25Expand ASN.1 template macros - no change in generated assembly.jsing2-178/+1090
2015-07-25Expand another wall of ASN.1 template macros - no change to generatedjsing2-448/+2714
2015-07-25Expand ASN.1 template macros - no change in generated assembly.jsing4-272/+1694
2015-07-25Expand ASN.1 template macros - the generated assembly only differs byjsing2-110/+702
2015-07-24Expand ASN.1 template macros - no change in generated assembly.jsing4-54/+342
2015-07-24Expand ASN.1 template macros - the generated assembly only differs byjsing2-102/+682
2015-07-24an TLS -> a TLS; from thanos tsouanasjmc5-14/+14
2015-07-24Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_ENDjsing8-44/+212
2015-07-24Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differsjsing4-12/+84
2015-07-24Convert tls1_process_ticket to CBS.doug4-62/+76
2015-07-24Convert tls1_process_sigalgs to CBS.doug2-10/+28
2015-07-24Convert ssl3_get_record to CBS.doug2-44/+58
2015-07-23call it bcrypt in the man page tootedu1-3/+3
2015-07-23permit "bcrypt" as an alias for "blowfish". this is, after all, whattedu1-11/+27
2015-07-22Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integerjsing1-6/+2
2015-07-21Convert openssl(1) nseq to new option handling.jsing1-40/+51
2015-07-21Convert openssl(1) pkcs7 to new option handling.jsing1-93/+111
2015-07-21remove superfluous strings.hbcook1-2/+1
2015-07-21Remove duplicate check in libssl.doug2-6/+2
2015-07-20Correct #if/else logic in BIO's dgram_ctrl.doug2-6/+6
2015-07-20app_tminterval moved to apps_posix.c, we don't need sys/times.hbcook1-2/+1
2015-07-20prefer string.h to strings.h ok guenther@ doug@bcook2-4/+4
2015-07-20No need to recheck for NULL in openssl(1) ecparam.doug1-5/+1
2015-07-20Don't try to run ECDH if ecdh_checks fails in openssl(1) speed.doug1-17/+23
2015-07-20Avoid NULL deref in openssl(1) s_cb.doug1-5/+14
2015-07-20Avoid possible NULL deref in openssl(1) s_server.doug1-2/+5
2015-07-20check the sigbuf value before using it.rpointel1-2/+7
2015-07-20Avoid dereferencing a NULL.doug1-5/+7
2015-07-20Remove condition that never happens and fix error handling.doug1-6/+5
2015-07-20Various memory leaks upon error or unchecked allocations.miod2-8/+26
2015-07-20Use V_ASN1_UNDEF instead of -1.miod2-14/+14
2015-07-20Check the return value of asn1_enc_save(). ok bcook@ doug@miod2-4/+8
2015-07-20When freeing an X509_CRL, if freeing the user-maintained meth_data fails,miod2-6/+8
2015-07-20In X509_PKEY_new(), make sure all allocation failures push an error to themiod2-14/+30
2015-07-20add NetLock Kft. CA root certificate, already present in web browsers andsteven1-0/+80
2015-07-20Check return value for ENGINE_ctrl and ENGINE_ctrl_cmd.doug1-4/+15
2015-07-20Check return value in openssl(1) s_socket.doug1-3/+6
2015-07-20Remove check that is never true.doug1-3/+1
2015-07-20Warn when rename() fails in openssl(1) apps.doug1-8/+36
2015-07-20Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@millert1-1/+3
2015-07-19Remove OpenSSL engine RSAX.doug14-1409/+12
2015-07-19Allow *_free() functions in libssl to handle NULL input.doug9-9/+34
2015-07-19Drop stupid (int) casts for the arguments of malloc() and friends. This ismiod18-48/+48
2015-07-19unifdef -UCBC_HANDLES_TRUNCATED_IOmiod2-38/+2
2015-07-19Verify ASN1 objects types before attempting to access them as a particularmiod4-4/+12
2015-07-19tweak previous; ok dougjmc1-4/+4