Loading CHANGES +1 −3 Original line number Original line Diff line number Diff line Loading @@ -4,9 +4,7 @@ Changes between 0.9.4 and 0.9.5 [xx XXX 1999] Changes between 0.9.4 and 0.9.5 [xx XXX 1999] *) Rewrite ssl3_read_n (ssl/s3_pkt.c) avoiding a couple of bugs, *) Rewrite ssl3_read_n (ssl/s3_pkt.c) avoiding a couple of bugs. including a possible buffer overflow when the 'read_ahead' flag is set. [Bodo Moeller] [Bodo Moeller] *) New function X509_CTX_rget_chain(), this returns the chain *) New function X509_CTX_rget_chain(), this returns the chain Loading ssl/s3_pkt.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -293,7 +293,7 @@ again: goto f_err; goto f_err; } } s->rstate=SSL_ST_READ_BODY; /* now s->rstate == SSL_ST_READ_BODY; */ } } /* get and decode the data */ /* get and decode the data */ Loading Loading
CHANGES +1 −3 Original line number Original line Diff line number Diff line Loading @@ -4,9 +4,7 @@ Changes between 0.9.4 and 0.9.5 [xx XXX 1999] Changes between 0.9.4 and 0.9.5 [xx XXX 1999] *) Rewrite ssl3_read_n (ssl/s3_pkt.c) avoiding a couple of bugs, *) Rewrite ssl3_read_n (ssl/s3_pkt.c) avoiding a couple of bugs. including a possible buffer overflow when the 'read_ahead' flag is set. [Bodo Moeller] [Bodo Moeller] *) New function X509_CTX_rget_chain(), this returns the chain *) New function X509_CTX_rget_chain(), this returns the chain Loading
ssl/s3_pkt.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -293,7 +293,7 @@ again: goto f_err; goto f_err; } } s->rstate=SSL_ST_READ_BODY; /* now s->rstate == SSL_ST_READ_BODY; */ } } /* get and decode the data */ /* get and decode the data */ Loading