On Thu, Feb 14, 2013, Salz, Rich wrote: > I see that we've used up all 32 bits of options in the SSL structure. Any > thought given on how to extend that? A 64-bit "long long" seems simplest, > but might have issues with some of your older platforms. >
OpenSSL 1.0.2 has added an extra "cert_flags" field as part of the CERT structure. Adding things to CERT has the advantage that it is one of the few structures in the ssl library that has always been opaque. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
