Re: [openssl-dev] Blog post; changing in email, crypto policy, etc

2018-01-24 Thread Michael Richardson
Viktor Dukhovni <openssl-us...@dukhovni.org> wrote: >> On Jan 24, 2018, at 9:27 AM, Michael Richardson <m...@sandelman.ca> wrote: >> >>> email clients are designed to handle hundreds to thousands of messages >>> a day, Github UI isn't

Re: [openssl-dev] Blog post; changing in email, crypto policy, etc

2018-01-24 Thread Michael Richardson
Hubert Kario wrote: > that marking a conversation as ignored and going to next one is two key > combinations and less than a second, github ones require me to go to > the web UI which is slow, and if I have to view the issue because > subject is ambiguous it

Re: [openssl-dev] [openssl/openssl] Dtls listen refactor (#5024)

2018-01-19 Thread Michael Richardson
. Wilco. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl/openssl] Dtls listen refactor (#5024)

2018-01-18 Thread Michael Richardson
> + > if(connect(rfd,BIO_ADDR_sockaddr(client),BIO_ADDR_sockaddr_size(client)) > != 0) { > + goto end; > +} > Doesn't this suffer from the same problem? i.e. packets could arrive > from other clients between the bind and connect. Yes. This is in contrast

Re: [openssl-dev] [openssl/openssl] Dtls listen refactor (#5024)

2018-01-17 Thread Michael Richardson
https://github.com/mcr/openssl/commit/f764151782b4b32a752b4016336c0ceafa98ed5c https://github.com/mcr/openssl/commit/50692219afe92762e85338b8d947e7ac732d2cde and: https://github.com/mcr/openssl/commit/bb6f6b2cc860f25eb2b08aa109d1c7dc9ea94323 -- ] Never tell

Re: [openssl-dev] [openssl/openssl] Dtls listen refactor (#5024)

2018-01-16 Thread Michael Richardson
with slightly different names. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ signature.asc Description: PGP signature -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl/openssl] Dtls listen refactor (#5024)

2018-01-16 Thread Michael Richardson
that deals with the changes to the BIO layer only. A second pull request will include the "duplicate" BIO functionality. A third then deals with the d1_lib.c layer. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelm

[openssl-dev] DTLS "accept" functionality

2018-01-05 Thread Michael Richardson
non-Unix platforms. 6. routines BIO_ADDR_sockaddr and BIO_ADDR_sockaddr_size exposed from libcrypto to libssl. There might be a better way to do this, perhaps a BIO_CTRL would be better? -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, S

Re: [openssl-dev] weird loop in s3_lib.c

2018-01-03 Thread Michael Richardson
Michael Richardson <m...@sandelman.ca> wrote: > in > const SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt, > STACK_OF(SSL_CIPHER) *srvr) never mind. I mis-read the brackets. -- ] Never tell me the odds! | ipv

[openssl-dev] weird loop in s3_lib.c

2018-01-03 Thread Michael Richardson
mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ signature.asc Description: PGP signature -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

AES and difference between engine and not

2002-02-13 Thread Michael Richardson
/msg10670.html suggests that it will be in the 0.9.7 release? (I am asking with my FreeSWAN and tcpdump hat on. We need to have AES support in print-esp.c before we bother coding it for FreeSWAN) ] ON HUMILITY: to err is human. To moo, bovine. | firewalls [ ] Michael

Re: [Design] changes to des.h

2001-10-26 Thread Michael Richardson
[ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] [EMAIL PROTECTED] http://www.sandelman.ottawa.on.ca/ |device driver[ ] panic(Just another NetBSD/notebook using, kernel hacking, security guy); [ -BEGIN PGP SIGNATURE- Version: 2.6.3ia Charset: latin1

print-esp.c gcc 2.95

2001-10-22 Thread Michael Richardson
that NetBSD has 0.9.5a. (and: gcc version egcs-2.91.66). ] ON HUMILITY: to err is human. To moo, bovine. | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] [EMAIL PROTECTED] http://www.sandelman.ottawa.on.ca/ |device driver[ ] panic(Just

changes to des.h

2001-10-17 Thread Michael Richardson
-BEGIN PGP SIGNED MESSAGE- I'm in the process of cleaning up some of the FreeSWAN IPsec kernel code. I'm CC'ing Eric because he may still care, and openssl-dev since I suspect that they are the current maintainers of the code. Specifically dealing with testing of various pieces

Re: [Design] changes to des.h

2001-10-17 Thread Michael Richardson
-BEGIN PGP SIGNED MESSAGE- Michael == Michael Richardson [EMAIL PROTECTED] writes: Michael My suggestion: Michael change the typedef, (or probably, add a new one): Michael struct des_ks_struct Michael{ Michaelunion { Michaeldes_cblock