/openssl-master/crypto/x509/ |
A D | x509_ext.c | 19 int X509_CRL_get_ext_count(const X509_CRL *x) in X509_CRL_get_ext_count() 40 X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc) in X509_CRL_get_ext() 45 X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc) in X509_CRL_delete_ext() 61 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc) in X509_CRL_add_ext() 66 int X509_get_ext_count(const X509 *x) in X509_get_ext_count() 71 int X509_get_ext_by_NID(const X509 *x, int nid, int lastpos) in X509_get_ext_by_NID() 87 X509_EXTENSION *X509_get_ext(const X509 *x, int loc) in X509_get_ext() 92 X509_EXTENSION *X509_delete_ext(X509 *x, int loc) in X509_delete_ext() 97 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) in X509_add_ext() 107 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, in X509_add1_ext_i2d() [all …]
|
A D | x509_set.c | 22 int X509_set_version(X509 *x, long version) in X509_set_version() 92 int X509_set_pubkey(X509 *x, EVP_PKEY *pkey) in X509_set_pubkey() 99 int X509_up_ref(X509 *x) in X509_up_ref() 111 long X509_get_version(const X509 *x) in X509_get_version() 116 const ASN1_TIME *X509_get0_notBefore(const X509 *x) in X509_get0_notBefore() 121 const ASN1_TIME *X509_get0_notAfter(const X509 *x) in X509_get0_notAfter() 126 ASN1_TIME *X509_getm_notBefore(const X509 *x) in X509_getm_notBefore() 131 ASN1_TIME *X509_getm_notAfter(const X509 *x) in X509_getm_notAfter() 136 int X509_get_signature_type(const X509 *x) in X509_get_signature_type() 141 X509_PUBKEY *X509_get_X509_PUBKEY(const X509 *x) in X509_get_X509_PUBKEY() [all …]
|
A D | x_x509a.c | 41 static X509_CERT_AUX *aux_get(X509 *x) in aux_get() 50 int X509_alias_set1(X509 *x, const unsigned char *name, int len) in X509_alias_set1() 67 int X509_keyid_set1(X509 *x, const unsigned char *id, int len) in X509_keyid_set1() 85 unsigned char *X509_alias_get0(X509 *x, int *len) in X509_alias_get0() 94 unsigned char *X509_keyid_get0(X509 *x, int *len) in X509_keyid_get0() 103 int X509_add1_trust_object(X509 *x, const ASN1_OBJECT *obj) in X509_add1_trust_object() 124 int X509_add1_reject_object(X509 *x, const ASN1_OBJECT *obj) in X509_add1_reject_object() 146 void X509_trust_clear(X509 *x) in X509_trust_clear() 154 void X509_reject_clear(X509 *x) in X509_reject_clear()
|
A D | v3_purp.c | 349 static int setup_crldp(X509 *x) in setup_crldp() 383 #define ku_reject(x, usage) \ argument 385 #define xku_reject(x, usage) \ argument 387 #define ns_reject(x, usage) \ argument 656 static int check_ca(const X509 *x) in check_ca() 681 void X509_set_proxy_flag(X509 *x) in X509_set_proxy_flag() 694 int X509_check_ca(X509 *x) in X509_check_ca() 704 static int check_ssl_ca(const X509 *x) in check_ssl_ca() 998 uint32_t X509_get_key_usage(X509 *x) in X509_get_key_usage() 1050 long X509_get_pathlen(X509 *x) in X509_get_pathlen() [all …]
|
A D | x509rset.c | 18 int X509_REQ_set_version(X509_REQ *x, long version) in X509_REQ_set_version() 26 int X509_REQ_set_subject_name(X509_REQ *x, const X509_NAME *name) in X509_REQ_set_subject_name() 34 int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey) in X509_REQ_set_pubkey()
|
A D | x509cset.c | 19 int X509_CRL_set_version(X509_CRL *x, long version) in X509_CRL_set_version() 30 int X509_CRL_set_issuer_name(X509_CRL *x, const X509_NAME *name) in X509_CRL_set_issuer_name() 37 int X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_lastUpdate() 44 int X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_nextUpdate() 135 const ASN1_TIME *X509_REVOKED_get0_revocationDate(const X509_REVOKED *x) in X509_REVOKED_get0_revocationDate() 140 int X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm) in X509_REVOKED_set_revocationDate() 157 const ASN1_INTEGER *X509_REVOKED_get0_serialNumber(const X509_REVOKED *x) in X509_REVOKED_get0_serialNumber() 162 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial) in X509_REVOKED_set_serialNumber()
|
A D | t_crl.c | 19 int X509_CRL_print_fp(FILE *fp, X509_CRL *x) in X509_CRL_print_fp() 35 int X509_CRL_print(BIO *out, X509_CRL *x) in X509_CRL_print() 40 int X509_CRL_print_ex(BIO *out, X509_CRL *x, unsigned long nmflag) in X509_CRL_print_ex()
|
A D | x509_cmp.c | 108 unsigned long X509_issuer_name_hash(X509 *x) in X509_issuer_name_hash() 114 unsigned long X509_issuer_name_hash_old(X509 *x) in X509_issuer_name_hash_old() 135 unsigned long X509_subject_name_hash(X509 *x) in X509_subject_name_hash() 141 unsigned long X509_subject_name_hash_old(X509 *x) in X509_subject_name_hash_old() 289 unsigned long X509_NAME_hash_ex(const X509_NAME *x, OSSL_LIB_CTX *libctx, in X509_NAME_hash_ex() 317 unsigned long X509_NAME_hash_old(const X509_NAME *x) in X509_NAME_hash_old() 349 X509 x, *x509 = NULL; in X509_find_by_issuer_and_serial() local 378 EVP_PKEY *X509_get0_pubkey(const X509 *x) in X509_get0_pubkey() 385 EVP_PKEY *X509_get_pubkey(X509 *x) in X509_get_pubkey() 392 int X509_check_private_key(const X509 *x, const EVP_PKEY *k) in X509_check_private_key() [all …]
|
/openssl-master/crypto/ocsp/ |
A D | ocsp_ext.c | 23 int OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x) in OCSP_REQUEST_get_ext_count() 47 X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc) in OCSP_REQUEST_get_ext() 77 int OCSP_ONEREQ_get_ext_count(OCSP_ONEREQ *x) in OCSP_ONEREQ_get_ext_count() 99 X509_EXTENSION *OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc) in OCSP_ONEREQ_get_ext() 104 X509_EXTENSION *OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc) in OCSP_ONEREQ_delete_ext() 128 int OCSP_BASICRESP_get_ext_count(OCSP_BASICRESP *x) in OCSP_BASICRESP_get_ext_count() 185 int OCSP_SINGLERESP_get_ext_count(OCSP_SINGLERESP *x) in OCSP_SINGLERESP_get_ext_count() 362 X509_EXTENSION *x = NULL; in OCSP_crlID_new() local 397 X509_EXTENSION *x = NULL; in OCSP_accept_responses_new() local 415 X509_EXTENSION *x = NULL; in OCSP_archive_cutoff_new() local [all …]
|
/openssl-master/ |
A D | CHANGES.md | 9203 ### Changes between 0.9.8m and 0.9.8n [24 Mar 2010] 9220 ### Changes between 0.9.8l and 0.9.8m [25 Feb 2010] 9408 ### Changes between 0.9.8k and 0.9.8l [5 Nov 2009] 10127 ### Changes between 0.9.8 and 0.9.8a [11 Oct 2005] 10171 ### Changes between 0.9.7h and 0.9.8 [05 Jul 2005] 11566 ### Changes between 0.9.7 and 0.9.7a [19 Feb 2003] 11657 ### Changes between 0.9.6h and 0.9.7 [31 Dec 2002] 13824 ### Changes between 0.9.6g and 0.9.6h [5 Dec 2002] 14540 ### Changes between 0.9.6 and 0.9.6a [5 Apr 2001] 15644 ### Changes between 0.9.5 and 0.9.5a [1 Apr 2000] [all …]
|
A D | NEWS.md | 880 ### Major changes between OpenSSL 0.9.8k and OpenSSL 0.9.8l [5 Nov 2009] 889 ### Major changes between OpenSSL 0.9.8i and OpenSSL 0.9.8j [7 Jan 2009] 928 ### Major changes between OpenSSL 0.9.8b and OpenSSL 0.9.8c [5 Sep 2006] 933 ### Major changes between OpenSSL 0.9.8a and OpenSSL 0.9.8b [4 May 2006] 943 ### Major changes between OpenSSL 0.9.8 and OpenSSL 0.9.8a [11 Oct 2005] 948 ### Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.8 [5 Jul 2005] 1110 ### Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.7 [30 Dec 2002] 1234 ### Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.6a [5 Apr 2001] 1274 ### Major changes between OpenSSL 0.9.5 and OpenSSL 0.9.5a [1 Apr 2000] 1283 ### Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5 [25 May 2000] [all …]
|
/openssl-master/crypto/sha/ |
A D | sha512.c | 430 # define PULL64(x) ({ SHA_LONG64 ret; \ argument 446 # define PULL64(x) ({ SHA_LONG64 ret; \ argument 485 # define Sigma0(x) ({ SHA_LONG64 ret; \ argument 489 # define Sigma1(x) ({ SHA_LONG64 ret; \ argument 493 # define sigma0(x) ({ SHA_LONG64 ret; \ argument 497 # define sigma1(x) ({ SHA_LONG64 ret; \ argument 541 static SHA_LONG64 __fastcall __pull64be(const void *x) in __pull64be() 553 static SHA_LONG64 __fastcall __pull64be(const void *x) in __pull64be() 561 # define PULL64(x) __pull64be(&(x)) argument 570 # define ROTR(x,s) (((x)>>s) | (x)<<(64-s)) argument [all …]
|
A D | sha256.c | 136 # define Sigma0(x) ({ MD32_REG_T ret; \ argument 140 # define Sigma1(x) ({ MD32_REG_T ret; \ argument 144 # define sigma0(x) ({ MD32_REG_T ret; \ argument 148 # define sigma1(x) ({ MD32_REG_T ret; \ argument 154 # define Ch(x,y,z) ({ MD32_REG_T ret; \ argument 158 # define Maj(x,y,z) ({ MD32_REG_T ret; \ argument 175 # define Sigma1(x) (ROTATE((x),26) ^ ROTATE((x),21) ^ ROTATE((x),7)) argument 178 # define sigma0(x) (ROTATE((x),25) ^ ROTATE((x),14) ^ ((x)>>3)) argument 181 # define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) argument 184 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument [all …]
|
/openssl-master/ssl/statem/ |
A D | extensions_clnt.c | 87 X509 *x, size_t chainidx) in tls_construct_ctos_srp() 388 X509 *x, size_t chainidx) in tls_construct_ctos_npn() 408 X509 *x, size_t chainidx) in tls_construct_ctos_alpn() 473 X509 *x, size_t chainidx) in tls_construct_ctos_etm() 489 X509 *x, size_t chainidx) in tls_construct_ctos_sct() 509 X509 *x, size_t chainidx) in tls_construct_ctos_ems() 974 X509 *x, size_t chainidx) in tls_construct_ctos_psk() 1201 X509 *x, size_t chainidx) in tls_parse_stoc_renegotiate() 1293 X509 *x, size_t chainidx) in tls_parse_stoc_server_name() 1321 X509 *x, size_t chainidx) in tls_parse_stoc_ec_pt_formats() [all …]
|
A D | extensions_srvr.c | 42 X509 *x, size_t chainidx) in tls_parse_ctos_renegotiate() 95 X509 *x, size_t chainidx) in tls_parse_ctos_server_name() 167 X509 *x, size_t chainidx) in tls_parse_ctos_maxfragmentlen() 224 X509 *x, size_t chainidx) in tls_parse_ctos_ec_pt_formats() 247 X509 *x, size_t chainidx) in tls_parse_ctos_session_ticket() 262 ossl_unused X509 *x, in tls_parse_ctos_sig_algs_cert() 302 X509 *x, size_t chainidx) in tls_parse_ctos_status_request() 541 X509 *x, size_t chainidx) in tls_parse_ctos_psk_kex_modes() 934 X509 *x, size_t chainidx) in tls_parse_ctos_early_data() 1211 ossl_unused X509 *x, in tls_parse_ctos_post_handshake_auth() [all …]
|
/openssl-master/crypto/dsa/ |
A D | dsa_prn.c | 22 int DSA_print_fp(FILE *fp, const DSA *x, int off) in DSA_print_fp() 37 int DSAparams_print_fp(FILE *fp, const DSA *x) in DSAparams_print_fp() 53 int DSA_print(BIO *bp, const DSA *x, int off) in DSA_print() 67 int DSAparams_print(BIO *bp, const DSA *x) in DSAparams_print()
|
/openssl-master/engines/ |
A D | e_afalg.h | 19 # define ALG_DGB(x, ...) fprintf(stderr, "ALG_DBG: " x, __VA_ARGS__) argument 20 # define ALG_INFO(x, ...) fprintf(stderr, "ALG_INFO: " x, __VA_ARGS__) argument 21 # define ALG_WARN(x, ...) fprintf(stderr, "ALG_WARN: " x, __VA_ARGS__) argument 23 # define ALG_DGB(x, ...) argument 24 # define ALG_INFO(x, ...) argument 25 # define ALG_WARN(x, ...) argument 28 # define ALG_ERR(x, ...) fprintf(stderr, "ALG_ERR: " x, __VA_ARGS__) argument 29 # define ALG_PERR(x, ...) \ argument 34 # define ALG_PWARN(x, ...) \ argument
|
/openssl-master/crypto/pem/ |
A D | pem_pk8.c | 41 int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, const EVP_PKEY *x, int nid, in PEM_write_bio_PKCS8PrivateKey_nid() 48 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PKCS8PrivateKey() 55 int i2d_PKCS8PrivateKey_bio(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_bio() 62 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, const EVP_PKEY *x, int nid, in i2d_PKCS8PrivateKey_nid_bio() 69 static int do_pk8pkey(BIO *bp, const EVP_PKEY *x, int isder, int nid, in do_pk8pkey() 169 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in d2i_PKCS8PrivateKey_bio() 208 int i2d_PKCS8PrivateKey_fp(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_fp() 215 int i2d_PKCS8PrivateKey_nid_fp(FILE *fp, const EVP_PKEY *x, int nid, in i2d_PKCS8PrivateKey_nid_fp() 222 int PEM_write_PKCS8PrivateKey_nid(FILE *fp, const EVP_PKEY *x, int nid, in PEM_write_PKCS8PrivateKey_nid() 236 static int do_pk8pkey_fp(FILE *fp, const EVP_PKEY *x, int isder, int nid, in do_pk8pkey_fp() [all …]
|
A D | pem_pkey.c | 33 static EVP_PKEY *pem_read_bio_key_decoder(BIO *bp, EVP_PKEY **x, in pem_read_bio_key_decoder() 95 static EVP_PKEY *pem_read_bio_key_legacy(BIO *bp, EVP_PKEY **x, in pem_read_bio_key_legacy() 206 static EVP_PKEY *pem_read_bio_key(BIO *bp, EVP_PKEY **x, in pem_read_bio_key() 254 EVP_PKEY *PEM_read_bio_PUBKEY_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_PUBKEY_ex() 262 EVP_PKEY *PEM_read_bio_PUBKEY(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_bio_PUBKEY() 269 EVP_PKEY *PEM_read_PUBKEY_ex(FILE *fp, EVP_PKEY **x, in PEM_read_PUBKEY_ex() 292 EVP_PKEY *PEM_read_bio_PrivateKey_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_PrivateKey_ex() 330 int PEM_write_bio_PrivateKey_traditional(BIO *bp, const EVP_PKEY *x, in PEM_write_bio_PrivateKey_traditional() 356 EVP_PKEY *PEM_read_bio_Parameters_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_Parameters_ex() 363 EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x) in PEM_read_bio_Parameters() [all …]
|
/openssl-master/ssl/ |
A D | ssl_txt.c | 16 int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *x) in SSL_SESSION_print_fp() 32 int SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) in SSL_SESSION_print() 167 int SSL_SESSION_print_keylog(BIO *bp, const SSL_SESSION *x) in SSL_SESSION_print_keylog()
|
/openssl-master/include/openssl/ |
A D | dh.h | 166 # define d2i_DHparams_fp(fp, x) \ argument 171 # define i2d_DHparams_fp(fp, x) \ argument 173 # define d2i_DHparams_bio(bp, x) \ argument 175 # define i2d_DHparams_bio(bp, x) \ argument 178 # define d2i_DHxparams_fp(fp,x) \ argument 183 # define i2d_DHxparams_fp(fp, x) \ argument 185 # define d2i_DHxparams_bio(bp, x) \ argument 187 # define i2d_DHxparams_bio(bp, x) \ argument
|
A D | dsa.h | 101 # define d2i_DSAparams_fp(fp, x) \ argument 105 # define i2d_DSAparams_fp(fp, x) \ argument 107 # define d2i_DSAparams_bio(bp, x) \ argument 109 # define i2d_DSAparams_bio(bp, x) \ argument
|
/openssl-master/crypto/asn1/ |
A D | a_d2i_fp.c | 22 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x) in ASN1_d2i_fp() argument 38 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x) in ASN1_d2i_bio() argument 58 void *ASN1_item_d2i_bio_ex(const ASN1_ITEM *it, BIO *in, void *x, in ASN1_item_d2i_bio_ex() 79 void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x) in ASN1_item_d2i_bio() 85 void *ASN1_item_d2i_fp_ex(const ASN1_ITEM *it, FILE *in, void *x, in ASN1_item_d2i_fp_ex() 101 void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x) in ASN1_item_d2i_fp()
|
A D | a_octet.c | 14 ASN1_OCTET_STRING *ASN1_OCTET_STRING_dup(const ASN1_OCTET_STRING *x) in ASN1_OCTET_STRING_dup() 25 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *x, const unsigned char *d, in ASN1_OCTET_STRING_set()
|
A D | a_i2d_fp.c | 18 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, const void *x) in ASN1_i2d_fp() 34 int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, const void *x) in ASN1_i2d_bio() 71 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, const void *x) in ASN1_item_i2d_fp() 87 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, const void *x) in ASN1_item_i2d_bio()
|