OpenBSD CVS

src/lib/libcrypto/x509/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libcrypto / x509


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] by_dir.c  1.47   2 months  beck   Remove unnecessary stat() calls from by_dir When searching for a CA or CRL file...
[TXT] by_file.c  1.30   5 months  tb   Remove unused X509_LOOKUP_METHODs None of these function pointers were ever set...
[TXT] by_mem.c  1.9   5 months  tb   Remove unused X509_LOOKUP_METHODs None of these function pointers were ever set...
[TXT] x509.h  1.111   3 months  tb   Remove X509_CRL_METHOD API I would keep repeating myself... In the bit bucket y...
[TXT] x509_addr.c  1.91   7 months  tb   Fix an error exit in X509v3_addr_validate_path() If the topmost cert is invalid...
[TXT] x509_akey.c  1.1   4 years  jsing   Collapse the x509v3 directory into x509. This avoids the need to grep across di...
[TXT] x509_akeya.c  1.3   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509_alt.c  1.16   9 months  tb   Fix leaks in copy_issuer() The stack of subject alternative names from the issu...
[TXT] x509_asid.c  1.43   3 months  tb   x509_asid: NULL out min/max on extract_min_max() failure requested by/ok jsing
[TXT] x509_att.c  1.22   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509_bcons.c  1.3   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509_bitst.c  1.4   13 months  tb   Move the CRL reason method into x509_bitst.c The CRL extension handler is compl...
[TXT] x509_cmp.c  1.44   2 months  joshua   Clean up EVP_MD_CTX_{legacy_clear,cleanup}() usage in x509/x509_cmp.c ok tb@
[TXT] x509_conf.c  1.5   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509_constraints.c  1.32   8 months  beck   Allow IP addresses to be specified in a URI. Our checking here was a bit too ag...
[TXT] x509_cpols.c  1.11   13 months  tb   Zap trailing whitespace
[TXT] x509_crld.c  1.5   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509_d2.c  1.12   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509_def.c  1.7   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509_err.c  1.22   12 months  tb   Fix X509error() and X509V3error() When v3err.c was merged into x509_err.c nearl...
[TXT] x509_ext.c  1.18   3 weeks  tb   x509_ext.c: remove unnecessary includes
[TXT] x509_extku.c  1.3   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509_genn.c  1.6   13 months  tb   Use proper fix for the recent x400Address issue From David Benjamin (BoringSSL)...
[TXT] x509_ia5.c  1.1   4 years  jsing   Collapse the x509v3 directory into x509. This avoids the need to grep across di...
[TXT] x509_info.c  1.3   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509_int.c  1.1   4 years  jsing   Collapse the x509v3 directory into x509. This avoids the need to grep across di...
[TXT] x509_internal.h  1.28   3 weeks  jsg   remove prototypes with no matching function feedback and ok tb@
[TXT] x509_issuer_cache.c  1.7   5 months  tb   Make x509_issuer_cache_free_oldest() static This is an internal function and yo...
[TXT] x509_issuer_cache.h  1.3   5 months  tb   Some BoringSSL devs spent too much time with C++
[TXT] x509_lib.c  1.21   13 days  tb   Clean up and fix X509V3_EXT_add1_i2d() When looking at this code I noticed a fe...
[TXT] x509_local.h  1.24   2 months  beck   Remove notBefore and notAfter cacheing. This cache was added because our time c...
[TXT] x509_lu.c  1.65   2 months  tb   Simplify X509_STORE_free() This had an inlined version of sk_pop_free(). We can...
[TXT] x509_ncons.c  1.9   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509_obj.c  1.22   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509_ocsp.c  1.2   2 years  tb   Add an essentially empty ocsp_local.h and include it in the files that will need...
[TXT] x509_pcons.c  1.3   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509_pku.c  1.3   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509_pmaps.c  1.3   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509_policy.c  1.27   3 months  tb   Remove sk_find_ex() This API intends to find the closest match to the needle. M...
[TXT] x509_prn.c  1.6   13 months  tb   Avoid trailing whitespace in extension printing If an extension is non-critical...
[TXT] x509_purp.c  1.42   3 weeks  tb   X509_check_akid: zap stray space
[TXT] x509_r2x.c  1.17   13 months  job   Use X509_set_version() and X509_REQ_set_version() instead doing it by hand A sm...
[TXT] x509_req.c  1.41   4 weeks  tb   Tiny style tweaks in X509_REQ_add_extension_nid() Test & assign and use ret ins...
[TXT] x509_set.c  1.29   2 months  tb   Drop superfluous parentheses in X509_set_version()
[TXT] x509_skey.c  1.5   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509_trs.c  1.55   2 months  tb   x509 trust: remove unneeded headers
[TXT] x509_txt.c  1.28   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509_utl.c  1.17   12 months  tb   Bob points out that one error should be an X509V3error()
[TXT] x509_v3.c  1.30   2 weeks  tb   x509_v3.c: indent labels
[TXT] x509_verify.c  1.70   3 days  tb   Fix non-xsc path in x509_verify_potential_parent() The combination of two bugs ...
[TXT] x509_verify.h  1.2   2 years  beck   Cache sha512 hash and parsed not_before and not_after with X509 cert. Replace s...
[TXT] x509_vfy.c  1.143   2 months  beck   Remove notBefore and notAfter cacheing. This cache was added because our time c...
[TXT] x509_vfy.h  1.68   3 months  tb   Garbage collect most of the public LOOKUP API Yet another bit of extensibility ...
[TXT] x509_vpm.c  1.45   2 months  tb   Make X509_VERIFY_PARAM_set1_policies() less bad If any OBJ_dup() fails along th...
[TXT] x509cset.c  1.22   2 months  tb   Cosmetics, mostly removal of silly parentheses No change in generated assembly
[TXT] x509name.c  1.35   12 months  beck   Make X509_NAME_get_text_by[NID|OBJ] safer. This is an un-revert with nits of th...
[TXT] x509rset.c  1.16   2 months  tb   Remove superfluous parentheses in X509_REQ setters No change in generated assem...
[TXT] x509spki.c  1.16   15 months  tb   libressl *_namespace.h: adjust *_ALIAS() to require a semicolon LCRYPTO_ALIAS()...
[TXT] x509type.c  1.24   6 months  tb   Make X509_certificate_type() less bad This converts to proper single exit and u...
[TXT] x509v3.h  1.29   3 months  tb   const correct X509_PURPOSE_get0{,_{,s}name}() Unfortunately, PHP and rust-opens...
[TXT] x_all.c  1.31   2 months  tb   Unify *_up_ref() implementations No need for an inconsistently named local vari...
[TXT] Makefile (in the Attic) [Hide]  1.3   10 years  tedu   we don't use these files for building
[TXT] Makefile.ssl (in the Attic) [Hide]  1.11   13 years  djm   resolve conflicts, fix local changes
[TXT] attrib (in the Attic) [Hide]  1.2   24 years  beck   OpenSSL 0.9.4 merge
[TXT] ext_dat.h (in the Attic) [Hide]  1.7   13 months  tb   Remove now empty/unused ext_dat.h
[TXT] pcy_cache.c (in the Attic) [Hide]  1.5   13 months  tb   Take the old policy code behind the barn It can go play in the fields with all ...
[TXT] pcy_data.c (in the Attic) [Hide]  1.3   13 months  tb   Take the old policy code behind the barn It can go play in the fields with all ...
[TXT] pcy_int.h (in the Attic) [Hide]  1.6   13 months  tb   Take the old policy code behind the barn It can go play in the fields with all ...
[TXT] pcy_lib.c (in the Attic) [Hide]  1.5   13 months  tb   Take the old policy code behind the barn It can go play in the fields with all ...
[TXT] pcy_map.c (in the Attic) [Hide]  1.5   13 months  tb   Take the old policy code behind the barn It can go play in the fields with all ...
[TXT] pcy_node.c (in the Attic) [Hide]  1.3   13 months  tb   Take the old policy code behind the barn It can go play in the fields with all ...
[TXT] pcy_tree.c (in the Attic) [Hide]  1.9   13 months  tb   Take the old policy code behind the barn It can go play in the fields with all ...
[TXT] v3_net.c (in the Attic) [Hide]  1.2   24 years  beck   OpenSSL 0.9.4 merge
[TXT] v3_x509.c (in the Attic) [Hide]  1.2   24 years  beck   OpenSSL 0.9.4 merge
[TXT] v3err.c (in the Attic) [Hide]  1.2   4 years  jsing   One error file per directory is plenty.
[TXT] vpm_int.h (in the Attic) [Hide]  1.6   13 months  tb   Remove the now unused vpm_int.h
[TXT] x509.doc (in the Attic) [Hide]  1.2   24 years  beck   OpenSSL 0.9.4 merge
[TXT] x509.err (in the Attic) [Hide]  1.2   24 years  beck   OpenSSL 0.9.4 merge
[TXT] x509_enum.c (in the Attic) [Hide]  1.8   13 months  tb   Remove the now unused x509_enum.c
[TXT] x509_lcl.h (in the Attic) [Hide]  1.17   18 months  tb   Make internal header file names consistent Libcrypto currently has a mess of *_...
[TXT] x509_pci.c (in the Attic) [Hide]  1.3   13 months  tb   Remove proxy cert remnants
[TXT] x509_pcia.c (in the Attic) [Hide]  1.4   13 months  tb   Remove proxy cert remnants
[TXT] x509_sxnet.c (in the Attic) [Hide]  1.4   13 months  tb   Remove SXNET Unused and no authorative information was found online in 2016
[TXT] x509pack.c (in the Attic) [Hide]  1.2   24 years  beck   OpenSSL 0.9.4 merge
[TXT] x509v3.doc (in the Attic) [Hide]  1.2   24 years  beck   OpenSSL 0.9.4 merge