Changeset 63836 in vbox
- Timestamp:
- Sep 14, 2016 3:22:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/RDP/client-1.8.3/ssl.c
r63831 r63836 189 189 Kudos to Richard Levitte for the following (. intiutive .) 190 190 lines of code that resets the OID and let's us extract the key. */ 191 #if OPENSSL_VERSION_NUMBER >= 0x1010000 191 #if OPENSSL_VERSION_NUMBER >= 0x10100000 192 192 X509_PUBKEY *x509_pk = X509_get_X509_PUBKEY(cert); 193 193 X509_ALGOR *algor;
Note:
See TracChangeset
for help on using the changeset viewer.