Tom���� Chv��tal changed bug 1042663
What Removed Added
CC   vcizek@suse.com

Comment # 6 on bug 1042663 from
(In reply to Dr. Werner Fink from comment #3)
> (In reply to Tom���� Chv��tal from comment #2)
> > (In reply to Dr. Werner Fink from comment #1)
> > > Just build it local against openSUSE.Factory and it works!?  Give me *MORE*
> > > information about this, e.g. where to find the affected openssl version to
> > > build against?
> > 
> > as stated in the first comment it is in Staging:I, you can check it out
> > there and see how it fails.
> > 
> > The exact command for the terminal:
> > 
> > osc co openSUSE:Factory:Staging:I mailx
> 
> Why there is no RAND_egd() and also no SSLv2_client_method() nor
> SSLv3_client_method() anymore?

  *) Version negotiation has been rewritten. In particular SSLv23_method(),
     SSLv23_client_method() and SSLv23_server_method() have been deprecated,
     and turned into macros which simply call the new preferred function names
     TLS_method(), TLS_client_method() and TLS_server_method(). All new code
     should use the new names instead. Also as part of this change the ssl23.h
     header file has been removed.
  *) SSLv2 support has been removed.  It still supports receiving a SSLv2
     compatible client hello.
     [Kurt Roeckx]

For RAND_egd we disable it on compile time as was requested.


You are receiving this mail because: