t61string in org name of cert request

2000-08-21 Thread Heath . Kitchin
d as plain text. Setting organizationname as optional works but this violates my companies security policy so can't be done on the live CA. Any suggestions of another way to force "openssl ca -in ..." to recognise the strings as matching would be greatly appreciated. Heath Kitchin

incrementing serial by 2

2000-09-26 Thread Heath . Kitchin
ts by 2 of serial numbers please? Much appreciated. Heath Kitchin. This email and any files transmitted with it are intended solely for the addressee(s) and may be legally privileged and/or confidential. If you have rec

Re: incrementing serial by 2

2000-09-26 Thread Heath . Kitchin
Thanks Mike, I was just testing that out on a hunch as it was. Good to know I hunched right for a change. Heath. >Line 898 in openssl 0.9.6a in apps/ca.c change: > >if (!BN_add_word(serial,1)) goto err; > >to > >if (!BN_add_word(serial,2)) goto err; > >Mike --