Differences From Artifact [7a553a48a5]:
- File generic/tlsX509.c — part of check-in [eccad70fa9] at 2023-06-11 20:12:53 on branch status_x509 — Optimized get X509 certificate extensions (user: bohagan, size: 8733) [annotate] [blame] [check-ins using]
To Artifact [22c3621c28]:
- File generic/tlsX509.c — part of check-in [e02e24c84a] at 2023-06-17 23:09:12 on branch status_x509 — Added signature hash and type to connection status Changed validation result to verification. (user: bohagan, size: 8761) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | + | /* * Copyright (C) 1997-2000 Sensus Consulting Ltd. * Matt Newman <[email protected]> * Copyright (C) 2023 Brian O'Hagan */ #include <tcl.h> #include <stdio.h> #include <openssl/bio.h> #include <openssl/sha.h> #include <openssl/x509.h> #include <openssl/x509v3.h> #include <openssl/asn1.h> #include "tlsInt.h" /* * Ensure these are not macros - known to be defined on Win32 */ #ifdef min |
︙ |