d56a546 Finish porting to OpenSSL 1.1

Authored and Committed by nalin 7 years ago
    Finish porting to OpenSSL 1.1
    
    Check for new accessor functions, and wrap them in functions that
    attempt to access the structure members directly when the accessor
    functions aren't available.  In a couple of places, encode a structure
    to DER, decode it with NSS, modify the NSS version of the structure,
    re-encode it to DER, and re-decode it.  Learn to duplicate EVP_PKEYs by
    encoding to DER and decoding.
    
    Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
    
        
file modified
+52 -0
file modified
+2 -2
file modified
+18 -13
file modified
+3 -3
file modified
+5 -5
file modified
+34 -46
file modified
+1 -0
file modified
+83 -23
file modified
+34 -19
file modified
+20 -8
file modified
+174 -36
file modified
+423 -0
file modified
+37 -0