Yet more comments
Conflicts: crypto/dsa/dsa_asn1.c crypto/pem/pem_all.c fips/dh/dh_gen.c fips/dh/fips_dh_check.c fips/dh/fips_dh_gen.c ssl/ssl_ciph.c Conflicts: ssl/d1_clnt.c Conflicts: ssl/s2_pkt.c Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
23a22b4cf7
commit
28470b6095
@ -105,7 +105,7 @@ void DES_ede3_ofb64_encrypt(register const unsigned char *in,
|
|||||||
}
|
}
|
||||||
if (save)
|
if (save)
|
||||||
{
|
{
|
||||||
/* v0=ti[0];
|
/*- v0=ti[0];
|
||||||
v1=ti[1];*/
|
v1=ti[1];*/
|
||||||
iv = &(*ivec)[0];
|
iv = &(*ivec)[0];
|
||||||
l2c(v0,iv);
|
l2c(v0,iv);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* -*- Mode: C; c-file-style: "bsd" -*- */
|
/* -*- Mode: C; c-file-style: "bsd" -*- */
|
||||||
/*
|
/*-
|
||||||
* easy-tls.c -- generic TLS proxy.
|
* easy-tls.c -- generic TLS proxy.
|
||||||
* $Id: easy-tls.c,v 1.4 2002/03/05 09:07:16 bodo Exp $
|
* $Id: easy-tls.c,v 1.4 2002/03/05 09:07:16 bodo Exp $
|
||||||
*/
|
*/
|
||||||
@ -62,7 +62,7 @@
|
|||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
/*
|
/*-
|
||||||
* Attribution for OpenSSL library:
|
* Attribution for OpenSSL library:
|
||||||
*
|
*
|
||||||
* This product includes cryptographic software written by Eric Young
|
* This product includes cryptographic software written by Eric Young
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* -*- Mode: C; c-file-style: "bsd" -*- */
|
/* -*- Mode: C; c-file-style: "bsd" -*- */
|
||||||
/*
|
/*-
|
||||||
* easy-tls.h -- generic TLS proxy.
|
* easy-tls.h -- generic TLS proxy.
|
||||||
* $Id: easy-tls.h,v 1.1 2001/09/17 19:06:59 bodo Exp $
|
* $Id: easy-tls.h,v 1.1 2001/09/17 19:06:59 bodo Exp $
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* NOCW */
|
/* NOCW */
|
||||||
/* demos/spkigen.c
|
/*-
|
||||||
|
* demos/spkigen.c
|
||||||
* 18-Mar-1997 - eay - A quick hack :-)
|
* 18-Mar-1997 - eay - A quick hack :-)
|
||||||
* version 1.1, it would probably help to save or load the
|
* version 1.1, it would probably help to save or load the
|
||||||
* private key :-)
|
* private key :-)
|
||||||
|
@ -1045,9 +1045,11 @@ start:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* s->d1->handshake_fragment_len == 12 iff rr->type == SSL3_RT_HANDSHAKE;
|
/*-
|
||||||
|
* s->d1->handshake_fragment_len == 12 iff rr->type == SSL3_RT_HANDSHAKE;
|
||||||
* s->d1->alert_fragment_len == 7 iff rr->type == SSL3_RT_ALERT.
|
* s->d1->alert_fragment_len == 7 iff rr->type == SSL3_RT_ALERT.
|
||||||
* (Possibly rr is 'empty' now, i.e. rr->length may be 0.) */
|
* (Possibly rr is 'empty' now, i.e. rr->length may be 0.)
|
||||||
|
*/
|
||||||
|
|
||||||
/* If we are a client, check for an incoming 'Hello Request': */
|
/* If we are a client, check for an incoming 'Hello Request': */
|
||||||
if ((!s->server) &&
|
if ((!s->server) &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user