FreeBSD Security Advisory FreeBSD-SA-15:07.ntp

2015-04-07 Thread FreeBSD Security Advisories
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 = FreeBSD-SA-15:07.ntpSecurity Advisory The FreeBSD Project Topic:

FreeBSD Security Advisory FreeBSD-SA-15:04.igmp [REVISED]

2015-04-07 Thread FreeBSD Security Advisories
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 = FreeBSD-SA-15:04.igmp Security Advisory The FreeBSD Project Topic:

FreeBSD Security Advisory FreeBSD-SA-15:09.ipv6

2015-04-07 Thread FreeBSD Security Advisories
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 = FreeBSD-SA-15:09.ipv6 Security Advisory The FreeBSD Project Topic:

FreeBSD Security Advisory FreeBSD-SA-15:08.bsdinstall

2015-04-07 Thread FreeBSD Security Advisories
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 = FreeBSD-SA-15:08.bsdinstall Security Advisory The FreeBSD Project Topic:

openssl certificates

2015-04-07 Thread el kalin
hello... are there any issues with openssl certificates being verified with CA files provided by third party? anytime i try: openssl verify -CAfile company-root-ca.crt company_signed.crt the thing just hangs forever without anything being returned at the prompt. i have tried this with both comp

Re: openssl certificates

2015-04-07 Thread el kalin
> > > > also how to add a CA cert to ca_root_nss file? > > If in PEM format then just append it. In DER format it is not possible. ok. it's in pem. but for each cert my ca-root-nss.crt has a bunch of other sections - like date, signature algorithm,etc - wheres the company-root-ca.crt has only wha

Re: openssl certificates

2015-04-07 Thread el kalin
On Tue, Apr 7, 2015 at 6:39 PM, Dan Lukes wrote: > el kalin wrote: > >>> also how to add a CA cert to ca_root_nss file? > > > ok. it's in pem. but for each cert my ca-root-nss.crt has a bunch of > other > > sections - like date, signature algorithm,etc - wheres the > company-root-ca.crt > > has o

Re: openssl certificates

2015-04-07 Thread el kalin
On Tue, Apr 7, 2015 at 8:43 PM, Dan Lukes wrote: > el kalin wrote: > > thanks dan… i have added the certs to the ca-root-nss.crt. it still > > doesn't help much in my case. > > You didn't described your's issue in the original post. > > > the problem really is that i can not get any https reques