openssl/crypto/x509
Matt Caswell 2647e2617e Remove repeated condition from if in X509_NAME_oneline
An if checks the value of |type| to see if it is V_ASN1_VISIBLESTRING
twice. We only need to do it once.

GitHub Issue #656

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-05-17 14:27:19 +01:00
..
build.info move x_pubkey.c to crypto/x509 2016-03-22 15:28:11 +00:00
by_dir.c Fold threads.h into crypto.h making API public 2016-05-16 12:16:26 -04:00
by_file.c Make many X509_xxx types opaque. 2016-04-15 13:21:43 -04:00
t_crl.c
t_req.c RT3513: req doesn't display attributes using utf8string 2016-05-06 15:58:24 +02:00
t_x509.c
x509_att.c Fix some missing OBJ_dup failure checks. 2016-05-16 10:28:25 +02:00
x509_cmp.c Avoid overflow issues in X509_cmp. 2016-04-29 17:01:09 +02:00
x509_d2.c
x509_def.c
x509_err.c Add checks to X509_NAME_oneline() 2016-04-29 19:42:21 +01:00
x509_ext.c
x509_lcl.h Make many X509_xxx types opaque. 2016-04-15 13:21:43 -04:00
x509_lu.c Unify <TYPE>_up_ref methods signature and behaviour. 2016-05-16 10:17:33 +01:00
x509_obj.c Remove repeated condition from if in X509_NAME_oneline 2016-05-17 14:27:19 +01:00
x509_r2x.c Use X509_REQ_get0_pubkey 2016-04-04 20:38:14 +02:00
x509_req.c Add X509_REQ_get0_pubkey method 2016-04-04 20:38:11 +02:00
x509_set.c Unify <TYPE>_up_ref methods signature and behaviour. 2016-05-16 10:17:33 +01:00
x509_trs.c
x509_txt.c Move peer chain security checks into x509_vfy.c 2016-04-03 11:35:35 -04:00
x509_v3.c Fix some missing OBJ_dup failure checks. 2016-05-16 10:28:25 +02:00
x509_vfy.c fix tab-space mixed indentation 2016-05-09 09:09:55 +01:00
x509_vpm.c Move peer chain security checks into x509_vfy.c 2016-04-03 11:35:35 -04:00
x509cset.c Unify <TYPE>_up_ref methods signature and behaviour. 2016-05-16 10:17:33 +01:00
x509name.c
x509rset.c
x509spki.c
x509type.c
x_all.c Fix no-ocsp 2016-04-06 14:57:45 +01:00
x_attrib.c
x_crl.c
x_exten.c
x_name.c Fix name length limit check. 2016-05-04 17:39:37 +01:00
x_pubkey.c Fix X509_PUBKEY cached key handling. 2016-04-02 17:34:27 +01:00
x_req.c
x_x509.c Fix i2d_X509_AUX, update docs and add tests 2016-05-11 01:46:06 -04:00
x_x509a.c