Re: [openssl-users] ssl_method_st not defined

2017-04-11 Thread Viktor Dukhovni
> On Apr 11, 2017, at 11:58 AM, Salz, Rich via openssl-users > wrote: > >>> in my case, i need to initialize the SSL , and set parameters as same as >>> client and server (depending on direction ) and call OpenSSL to decrypt >>> the data. >>> before openSSL 1.1.0 as all member variables coul

Re: [openssl-users] ssl_method_st not defined

2017-04-11 Thread Salz, Rich via openssl-users
>>in my case, i need to initialize the SSL , and set parameters as same as client and server (depending on direction ) and call OpenSSL to decrypt the data. >>before openSSL 1.1.0 as all member variables could be set, it was easy task, >> now i do face issues with ssl_session

Re: [openssl-users] ssl_method_st not defined

2017-04-11 Thread Stiju Easo
Hi, What are you trying to do? Why are you modifying the session, outside of the TLS protocol? >> what i am trying to do is to write a code which intercepts the SSL traffic, and decrypt it. >>i do have valid key for SSL traffic, >>in my case, i need to initialize the SSL , a

Re: [openssl-users] ssl_method_st not defined

2017-04-10 Thread Salz, Rich via openssl-users
No, the functions you want aren’t provided right now. What are you trying to do? Why are you modifying the session, outside of the TLS protocol? -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] ssl_method_st not defined

2017-04-10 Thread Stiju Easo
Hi, I am trying to adopt OpenSSL 1.1.0 for my code, I was able to move away from pointers for RSA etc to appropriate functions, but i got stuck at session in my code need to assign back the SSL pointer with the cipher, session id etc as below ssl_session->client_version = client_version