Re: [openssl-users] GCM cipher decryption

2016-07-12 Thread Michel
Hi, Quick answer : as you probably noticed, IV, ciphertext and tag are expected to be distinct buffers. Consequently, ciphertext is just ciphertext (without IV or Tag). Regards, Michel. -Message d'origine- De : openssl-users [mailto:openssl-users-boun...@openssl.org] De la part de

Re: [openssl-users] FIPS canister 2.0.12 and 186-4

2016-07-12 Thread Wall, Stephen
> Does 2.0.12 support 186-4 ? Specifically, does it support the RSA > requirements ? No. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] GCM cipher decryption

2016-07-12 Thread c.hol...@ades.at
Hi! 2 questions about GCM and the following OpenSSL-Sample please. https://wiki.openssl.org/index.php/EVP_Authenticated_Encryption_and_Decryption#Authenticated_Decryption_using_GCM_mode and the function int decrypt(unsigned char *ciphertext, int ciphertext_len, unsigned char *aad, int

[openssl-users] FIPS canister 2.0.12 and 186-4

2016-07-12 Thread jonetsu
Hello, Does 2.0.12 support 186-4 ?  Specifically, does it support the RSA requirements  ? Thanks. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] Facing issue while configuring SSL

2016-07-12 Thread Devendra Sengar
Hi, Even i tried after putting the libeay32.dll and ssleay32.dll after downloading from the sites like https://indy.fulgan.com/SSL/ But still i am getting the same error: SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-apr-443"] java.lang.Exception: Unable to load

Re: [openssl-users] Facing issue while configuring SSL

2016-07-12 Thread Jakob Bohm
On 12/07/2016 10:55, Devendra Sengar wrote: Hi, This is regarding the configuration of Tomcat SSL using the APR library on Java 6. While starting the server I am getting the below error: SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-apr-443"]

[openssl-users] Difference between re-negotiate APIs

2016-07-12 Thread Mody, Darshan (Darshan)
Hi I find there are 2 APIs for SSL renegotiation. SSL_renegotiate and SSL_renegotiate_abbreviate. What is the difference between them? Thanks Darshan -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Facing issue while configuring SSL

2016-07-12 Thread Devendra Sengar
Hi, This is regarding the configuration of Tomcat SSL using the APR library on Java 6. While starting the server I am getting the below error: SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-apr-443"] java.lang.Exception: Unable to load certificate key