Re: [openssl-users] ERR_add_error_data

2017-08-23 Thread Salz, Rich via openssl-users
Ø What happens if I call the ERR_add_error_data twice? Will it add the arguments or replace them? It replaces, free’ing the old. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] Cant get openssl x509 to work as documented

2017-08-23 Thread Robert Moskowitz
On 08/23/2017 03:52 PM, Jakob Bohm wrote: On 22/08/2017 22:26, Robert Moskowitz wrote: Want to continue this thread but with new information. I built a Fedora-arm 26 system (on a Cubieboard2) and it has openssl version 1.1.0f I built my DER root cert (and private key) no problem. I built

[openssl-users] ERR_add_error_data

2017-08-23 Thread Dmitry Belyavsky
Hello, What happens if I call the ERR_add_error_data twice? Will it add the arguments or replace them? Thank you! -- SY, Dmitry Belyavsky -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] Cant get openssl x509 to work as documented

2017-08-23 Thread Jakob Bohm
On 22/08/2017 22:26, Robert Moskowitz wrote: Want to continue this thread but with new information.  I built a Fedora-arm 26 system (on a Cubieboard2) and it has openssl version 1.1.0f I built my DER root cert (and private key) no problem. I built my DER Intermediate cert private key and CSR

[openssl-users] confusion with rsa_meth_st in a custom RSA engine

2017-08-23 Thread Brett R. Nicholas
I am trying to develop a engine for a custom RSA hardware accelerator, and have a few questions about the RSA_METHOD stucture implementation. Some context: for encryption, my accelerator takes as inputs the base, public exponent, and modulus, and returns the resulting ciphertext. For