Re: [openssl-users] Issue with DTLS for UDP

2017-10-24 Thread Salz, Rich via openssl-users
Can you build with debugging enabled? IT might make things easier. But note that BIO_method_type is a trivial function, return b->method->type; which implies that a pointer got clobbered as being a likely cause. Are you sure your code didn’t smash something? #5 0x7fdf1a5c8

Re: [openssl-users] Issue with DTLS for UDP

2017-10-24 Thread Matt Caswell
On 24/10/17 11:25, Grace Priscilla Jero wrote: > We are using SSL_accept to accept the connection for which we see the > failure. Please let know if you have any thoughts. Have you set the wbio correctly? Does SSL_get_wbio() return your wbio object if you call it immediately before SSL_do_handsh

[openssl-users] Issue with DTLS for UDP

2017-10-24 Thread Grace Priscilla Jero
Hi All, We are currently facing an issue while initiating DTLS for UDP conenctions. Below is the backtrace for the coredump. Program terminated with signal 11, Segmentation fault. #0 0x7fdf1825c760 in BIO_method_type () from /opt/OC/ins/external/lib/libcrypto.so.1.1 (gdb) bt #0 0x7fd

Re: [openssl-users] Generating CSR based on an x25519 public key

2017-10-24 Thread Jeffrey Walton
On Mon, Oct 23, 2017 at 6:47 PM, Kyle Hamilton wrote: > Out of curiosity, what are the algorithm identifiers for X25519 and Ed25519? > The ones I am aware of are available in http://tools.ietf.org/html/draft-josefsson-pkix-newcurves. Jeff -- openssl-users mailing list To unsubscribe: https://mt

Re: [openssl-users] Wanted details on ./config or Configure options

2017-10-24 Thread Matt Caswell
On 24/10/17 07:06, Jayalakshmi bhat wrote: > Hi All, > > I am looking for details on options used to disable or remove unwanted > ciphers, components while openssl building. This is for OpenSSL 1.0.2h. > I am seeing many things on internet. But most of them have minimum > explanation, please can