07-02-2009 19:20
Re: Problem: Nemogucnost skidanja fajlova sa interneta (virus???) Iskljucila sam Windows Defender i nista, nema promena.... uh! Jos neki predlog????
Forumi ::
ES::Zastita
Povezani zapisi:
08-30-2010 19:26
heh, problem nije nimalo bezazlen
ko bi rekao...
good find :)
ES::Zastita
08-30-2010 17:23
Kada sam se susreo sa problemom bio sam siguran da *[red]ja nešto tu pogrešno radim[/red]*. Ostavljao sam mogućnost da sam naišao na neku grešku u openssl (sumnjao da je Ubuntu opet nešto „zakrpio“), ali ni na kraj pameti mi nije bilo da korenski CA sertifikati nisu sasvim saglasni sa RFC 3280, iako vodeće implementacije gutaju taj problem.
Na openssl-users listi nedugo po postavljanju pitanja Mounir Idrassi iz IDRIX-a je [url=http://www.mail-archive.com/openssl-users@openssl.org/msg62149...
ES::Zastita
08-29-2010 10:34
Pitao sam na OpenSSL users listi, [url=http://www.mail-archive.com/openssl-users@openssl.org/msg62149.html]evo prvog odgovora[/url]:
Citat: "
OpenSSL removes the leading zero when creating the corresponding ASN1_INTEGER structure thus leading to the fact that computed DER of this structure and the original one will be different!!
In your case, the certificate you are trying to verify has a DER encoded serial number "00 00 65". So, OpenSSL will create an ASN1_INTEGER with a value of "00...
ES::Zastita
08-28-2010 18:17
Preuzeo sam sertifikate sa http://ca.mup.gov.rs/sertifikati.html i konvertovao ih u PEM format skriptom:
[term]#!/bin/bash
hash=`openssl x509 -in $1 -inform DER -noout -hash`
echo "Izvozim $1 kao $hash.0"
openssl x509 -in $1 -inform DER -out $hash.0 -outform PEM[/term]
Dobio sam efd6650d.0 (Gradjani) i fc5fe32d.0 (Root). Sada pokušam da validiram ovaj drugi:
[term]$ openssl verify -CApath . efd6650d.0
error 7 at 0 depth lookup:certificate signature failure
16206:error:04077068:rsa routines:R...
ES::Zastita
| |
|
|
|