diff options
| author | miod <> | 2014-06-13 04:29:13 +0000 | 
|---|---|---|
| committer | miod <> | 2014-06-13 04:29:13 +0000 | 
| commit | 9ef9f06708ef4fe615f3485f5d82f3fb919fdf03 (patch) | |
| tree | 4a096128d8787d1beedaa53fd558a98773de0840 /src/lib/libssl/ssl_lib.c | |
| parent | cc594d5ff9b7bb08404d34d62287ee1dfd6b8332 (diff) | |
| download | openbsd-9ef9f06708ef4fe615f3485f5d82f3fb919fdf03.tar.gz openbsd-9ef9f06708ef4fe615f3485f5d82f3fb919fdf03.tar.bz2 openbsd-9ef9f06708ef4fe615f3485f5d82f3fb919fdf03.zip  | |
Remove support for the `opaque PRF input' extension, which draft has expired
7 years ago and never made it into an RFC. That code wasn't compiled in
anyway unless one would define the actual on-the-wire extension id bytes;
crank libssl major.
With help and enlightenment from Brendan MacDonell.
Diffstat (limited to 'src/lib/libssl/ssl_lib.c')
| -rw-r--r-- | src/lib/libssl/ssl_lib.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_lib.c b/src/lib/libssl/ssl_lib.c index 54b737d482..05abdb3944 100644 --- a/src/lib/libssl/ssl_lib.c +++ b/src/lib/libssl/ssl_lib.c  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_lib.c,v 1.65 2014/06/12 15:49:31 deraadt Exp $ */ | 1 | /* $OpenBSD: ssl_lib.c,v 1.66 2014/06/13 04:29:13 miod Exp $ */ | 
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 
| 3 | * All rights reserved. | 3 | * All rights reserved. | 
| 4 | * | 4 | * | 
| @@ -536,7 +536,6 @@ SSL_free(SSL *s) | |||
| 536 | SSL_CTX_free(s->initial_ctx); | 536 | SSL_CTX_free(s->initial_ctx); | 
| 537 | free(s->tlsext_ecpointformatlist); | 537 | free(s->tlsext_ecpointformatlist); | 
| 538 | free(s->tlsext_ellipticcurvelist); | 538 | free(s->tlsext_ellipticcurvelist); | 
| 539 | free(s->tlsext_opaque_prf_input); | ||
| 540 | if (s->tlsext_ocsp_exts) | 539 | if (s->tlsext_ocsp_exts) | 
| 541 | sk_X509_EXTENSION_pop_free(s->tlsext_ocsp_exts, | 540 | sk_X509_EXTENSION_pop_free(s->tlsext_ocsp_exts, | 
| 542 | X509_EXTENSION_free); | 541 | X509_EXTENSION_free); | 
