summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generatedjsing2015-07-2940-108/+108
* Expand obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9)jsing2015-07-292-12/+10
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-7/+7
* Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should bejsing2015-07-274-20/+10
* remove unused variablechl2015-07-261-2/+2
* double words fix; docs are slowly getting moved to mdoc, but thissobrado2015-07-254-4/+4
* Place the ASN.1 template macros (and remaining implement macros) underjsing2015-07-252-6/+12
* double word fix.sobrado2015-07-251-2/+2
* Expand another ASN.1 template macro that snuck through last time around.jsing2015-07-252-4/+16
* Manually expand ASN.1 template macros - only change in generated assemblyjsing2015-07-256-32/+80
* Expand ASN.1 template macros that got missed in the last pass - only changejsing2015-07-256-22/+62
* Expand ASN.1 template macros - the generated assembly only differs byjsing2015-07-2526-282/+1612
* Expand ASN.1 template macros - no change in generated assembly.jsing2015-07-252-112/+588
* Expand ASN.1 template macros - no change in generated assembly.jsing2015-07-252-178/+1090
* Expand another wall of ASN.1 template macros - no change to generatedjsing2015-07-252-448/+2714
* Expand ASN.1 template macros - no change in generated assembly.jsing2015-07-254-272/+1694
* Expand ASN.1 template macros - the generated assembly only differs byjsing2015-07-252-110/+702
* Expand ASN.1 template macros - no change in generated assembly.jsing2015-07-244-54/+342
* Expand ASN.1 template macros - the generated assembly only differs byjsing2015-07-242-102/+682
* an TLS -> a TLS; from thanos tsouanasjmc2015-07-245-14/+14
* Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_ENDjsing2015-07-248-44/+212
* Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differsjsing2015-07-244-12/+84
* Convert tls1_process_ticket to CBS.doug2015-07-244-62/+76
* Convert tls1_process_sigalgs to CBS.doug2015-07-242-10/+28
* Convert ssl3_get_record to CBS.doug2015-07-242-44/+58
* call it bcrypt in the man page tootedu2015-07-231-3/+3
* permit "bcrypt" as an alias for "blowfish". this is, after all, whattedu2015-07-231-11/+27
* Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integerjsing2015-07-221-6/+2
* Convert openssl(1) nseq to new option handling.jsing2015-07-211-40/+51
* Convert openssl(1) pkcs7 to new option handling.jsing2015-07-211-93/+111
* remove superfluous strings.hbcook2015-07-211-2/+1
* Remove duplicate check in libssl.doug2015-07-212-6/+2
* Correct #if/else logic in BIO's dgram_ctrl.doug2015-07-202-6/+6
* app_tminterval moved to apps_posix.c, we don't need sys/times.hbcook2015-07-201-2/+1
* prefer string.h to strings.h ok guenther@ doug@bcook2015-07-202-4/+4
* No need to recheck for NULL in openssl(1) ecparam.doug2015-07-201-5/+1
* Don't try to run ECDH if ecdh_checks fails in openssl(1) speed.doug2015-07-201-17/+23
* Avoid NULL deref in openssl(1) s_cb.doug2015-07-201-5/+14
* Avoid possible NULL deref in openssl(1) s_server.doug2015-07-201-2/+5
* check the sigbuf value before using it.rpointel2015-07-201-2/+7
* Avoid dereferencing a NULL.doug2015-07-201-5/+7
* Remove condition that never happens and fix error handling.doug2015-07-201-6/+5
* Various memory leaks upon error or unchecked allocations.miod2015-07-202-8/+26
* Use V_ASN1_UNDEF instead of -1.miod2015-07-202-14/+14
* Check the return value of asn1_enc_save(). ok bcook@ doug@miod2015-07-202-4/+8
* When freeing an X509_CRL, if freeing the user-maintained meth_data fails,miod2015-07-202-6/+8
* In X509_PKEY_new(), make sure all allocation failures push an error to themiod2015-07-202-14/+30
* add NetLock Kft. CA root certificate, already present in web browsers andsteven2015-07-201-0/+80
* Check return value for ENGINE_ctrl and ENGINE_ctrl_cmd.doug2015-07-201-4/+15
* Check return value in openssl(1) s_socket.doug2015-07-201-3/+6