commit | 08557cf22cd7c337d7430c32fb21ed29a77a8131 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Fri Apr 29 22:37:12 2011 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Fri Apr 29 22:37:12 2011 +0000 |
tree | ad9cc2e9adf7a39b99ddbe69434a3d79c7cc482b | |
parent | c4d162873f832cae400b8fee81fc826cb06d55a8 [diff] |
Initial "opaque SSL" framework. If an application defines OPENSSL_NO_SSL_INTERN all ssl related structures are opaque and internals cannot be directly accessed. Many applications will need some modification to support this and most likely some additional functions added to OpenSSL. The advantage of this option is that any application supporting it will still be binary compatible if SSL structures change.