projects
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
RSA PSS verification support including certificates and certificate
[openssl.git]
/
crypto
/
2010-03-08
Dr. Stephen Henson
RSA PSS verification support including certificates...
tree
|
commitdiff
2010-03-08
Dr. Stephen Henson
correct error code
tree
|
commitdiff
2010-03-07
Dr. Stephen Henson
print outermost signature algorithm parameters too
tree
|
commitdiff
2010-03-07
Dr. Stephen Henson
The OID sanity check was incorrect. It should only...
tree
|
commitdiff
2010-03-07
Dr. Stephen Henson
although AES is a variable length cipher, AES EVP metho...
tree
|
commitdiff
2010-03-07
Dr. Stephen Henson
oops, make EVP ctr mode work again
tree
|
commitdiff
2010-03-07
Dr. Stephen Henson
typo
tree
|
commitdiff
2010-03-07
Dr. Stephen Henson
add separate PSS decode function, rename PSS parameters...
tree
|
commitdiff
2010-03-07
Dr. Stephen Henson
add MGF1 digest ctrl
tree
|
commitdiff
2010-03-07
Dr. Stephen Henson
update ASN1 sign/verify to use EVP_DigestSign and EVP_D...
tree
|
commitdiff
2010-03-06
Dr. Stephen Henson
don't add digest alias if signature algorithm is undefined
tree
|
commitdiff
2010-03-06
Dr. Stephen Henson
Add PSS algorithm printing. This is an initial step...
tree
|
commitdiff
2010-03-06
Dr. Stephen Henson
fix indent, newline
tree
|
commitdiff
2010-03-06
Dr. Stephen Henson
Add algorithm specific signature printing. An individua...
tree
|
commitdiff
2010-03-05
Dr. Stephen Henson
Fix memory leak: free up ENGINE functional reference...
tree
|
commitdiff
2010-03-03
Dr. Stephen Henson
option to replace extensions with new ones: mainly...
tree
|
commitdiff
2010-03-03
Dr. Stephen Henson
PR: 2183
tree
|
commitdiff
2010-03-03
Dr. Stephen Henson
don't mix definitions and code
tree
|
commitdiff
2010-03-02
Andy Polyakov
Initial version of Galois Counter Mode implementation...
tree
|
commitdiff
2010-03-02
Andy Polyakov
ppccap.c: portability fix.
tree
|
commitdiff
2010-03-02
Andy Polyakov
Fix s390x-specific HOST_l2c|c2l.
tree
|
commitdiff
2010-03-01
Dr. Stephen Henson
PR: 2178
tree
|
commitdiff
2010-03-01
Dr. Stephen Henson
oops, reinstate correct prototype
tree
|
commitdiff
2010-03-01
Dr. Stephen Henson
'typo'
tree
|
commitdiff
2010-03-01
Dr. Stephen Henson
make USE_CRYPTODEV_DIGESTS work
tree
|
commitdiff
2010-03-01
Dr. Stephen Henson
load cryptodev if HAVE_CRYPTODEV is set too
tree
|
commitdiff
2010-03-01
Dr. Stephen Henson
update cryptodev to match 1.0.0 stable branch version
tree
|
commitdiff
2010-02-28
Ben Laurie
Fix warnings (note that gcc 4.2 has a bug that makes...
tree
|
commitdiff
2010-02-26
Dr. Stephen Henson
Revert CFB block length change. Despite what SP800...
tree
|
commitdiff
2010-02-25
Dr. Stephen Henson
add -trusted_first option and verify flag
tree
|
commitdiff
2010-02-25
Dr. Stephen Henson
tidy verify code. xn not used any more and check for...
tree
|
commitdiff
2010-02-25
Dr. Stephen Henson
Experimental support for partial chain verification...
tree
|
commitdiff
2010-02-25
Dr. Stephen Henson
verify parameter enumeration functions
tree
|
commitdiff
2010-02-25
Dr. Stephen Henson
Include self-signed flag in certificates by checking...
tree
|
commitdiff
2010-02-24
Dr. Stephen Henson
add anyExtendedKeyUsage OID
tree
|
commitdiff
2010-02-24
Dr. Stephen Henson
prevent warning
tree
|
commitdiff
2010-02-23
Andy Polyakov
Reserve for option to implement AES counter in assembler.
tree
|
commitdiff
2010-02-23
Andy Polyakov
Add AES counter mode to EVP.
tree
|
commitdiff
2010-02-23
Andy Polyakov
Add assigned OIDs, as well as "anonymous" ones for...
tree
|
commitdiff
2010-02-23
Bodo Möller
Always check bn_wexpend() return values for failure...
tree
|
commitdiff
2010-02-19
Bodo Möller
Fix X509_STORE locking
tree
|
commitdiff
2010-02-17
Dr. Stephen Henson
PR: 2100
tree
|
commitdiff
2010-02-15
Dr. Stephen Henson
The "block length" for CFB mode was incorrectly coded...
tree
|
commitdiff
2010-02-15
Dr. Stephen Henson
Correct ECB mode EVP_CIPHER definition: IV length is 0
tree
|
commitdiff
2010-02-15
Dr. Stephen Henson
add EVP_CIPH_FLAG_LENGTH_BITS from 0.9.8-stable
tree
|
commitdiff
2010-02-15
Dr. Stephen Henson
PR: 2164
tree
|
commitdiff
2010-02-09
Dr. Stephen Henson
Fix memory leak in ENGINE autoconfig code. Improve...
tree
|
commitdiff
2010-02-08
Dr. Stephen Henson
Use supplied ENGINE when initialising CMAC. Restore...
tree
|
commitdiff
2010-02-08
Dr. Stephen Henson
add cvsignore
tree
|
commitdiff
2010-02-08
Dr. Stephen Henson
Make update.
tree
|
commitdiff
2010-02-08
Dr. Stephen Henson
Make CMAC API similar to HMAC API. Add methods for...
tree
|
commitdiff
2010-02-07
Dr. Stephen Henson
Initial experimental CMAC implementation.
tree
|
commitdiff
2010-02-07
Dr. Stephen Henson
make update
tree
|
commitdiff
2010-02-07
Dr. Stephen Henson
oops, use new value for new flag
tree
|
commitdiff
2010-02-07
Dr. Stephen Henson
Add missing function EVP_CIPHER_CTX_copy(). Current...
tree
|
commitdiff
2010-02-03
Dr. Stephen Henson
don't assume 0x is at start of string
tree
|
commitdiff
2010-02-02
Dr. Stephen Henson
tolerate broken CMS/PKCS7 implementations using signatu...
tree
|
commitdiff
2010-02-02
Dr. Stephen Henson
PR: 2161
tree
|
commitdiff
2010-01-29
Richard Levitte
The previous take went wrong, try again.
tree
|
commitdiff
2010-01-29
Richard Levitte
Architecture specific header files need special handling.
tree
|
commitdiff
2010-01-28
Dr. Stephen Henson
In engine_table_select() don't clear out entire error...
tree
|
commitdiff
2010-01-28
Dr. Stephen Henson
revert previous change
tree
|
commitdiff
2010-01-27
Dr. Stephen Henson
reword RI description
tree
|
commitdiff
2010-01-27
Richard Levitte
Have the VMS build system catch up with the 1.0.0-stabl...
tree
|
commitdiff
2010-01-26
Dr. Stephen Henson
PR: 2138
tree
|
commitdiff
2010-01-26
Dr. Stephen Henson
Add flags functions which were added to 0.9.8 for fips...
tree
|
commitdiff
2010-01-26
Dr. Stephen Henson
OPENSSL_isservice is now defined on all platforms not...
tree
|
commitdiff
2010-01-26
Dr. Stephen Henson
export OPENSSL_isservice and make update
tree
|
commitdiff
2010-01-25
Andy Polyakov
parisc-mont.pl: PA-RISC 2.0 code path optimization...
tree
|
commitdiff
2010-01-25
Dr. Stephen Henson
PR: 2149
tree
|
commitdiff
2010-01-25
Richard Levitte
A few more macros for long symbols.
tree
|
commitdiff
2010-01-24
Andy Polyakov
ia64cpuid.S: OPENSSL_cleanse to accept zero length...
tree
|
commitdiff
2010-01-24
Andy Polyakov
pariscid.pl: OPENSSL_cleanse to compile on PA-RISC...
tree
|
commitdiff
2010-01-24
Andy Polyakov
OPENSSL_cleanse to accept zero length parameter [matchi...
tree
|
commitdiff
2010-01-22
Dr. Stephen Henson
Tolerate PKCS#8 DSA format with negative private key.
tree
|
commitdiff
2010-01-19
Andy Polyakov
rand_win.c: fix time limit logic.
tree
|
commitdiff
2010-01-19
Andy Polyakov
x86_64-xlate.pl: refine sign extension logic when handl...
tree
|
commitdiff
2010-01-19
Andy Polyakov
rand_win.c: handle GetTickCount wrap-around.
tree
|
commitdiff
2010-01-19
Andy Polyakov
s390x assembler update: add support for run-time facili...
tree
|
commitdiff
2010-01-17
Andy Polyakov
Minor updates to ppccap.c and ppccpuid.pl.
tree
|
commitdiff
2010-01-17
Andy Polyakov
bn_lcl.h: add MIPS III-specific BN_UMULT_LOHI as altern...
tree
|
commitdiff
2010-01-17
Andy Polyakov
ia64-mont.pl: add shorter vector support ("shorter...
tree
|
commitdiff
2010-01-15
Dr. Stephen Henson
make update
tree
|
commitdiff
2010-01-13
Dr. Stephen Henson
Modify compression code so it avoids using ex_data...
tree
|
commitdiff
2010-01-12
Dr. Stephen Henson
PR: 2136
tree
|
commitdiff
2010-01-07
Andy Polyakov
ia64-mont.pl: addp4 is not needed when referring to...
tree
|
commitdiff
2010-01-07
Andy Polyakov
cvs.openssl.org/chngview?cn=19053 made me wonder if...
tree
|
commitdiff
2010-01-07
Andy Polyakov
sendto is reportedly picky about destination socket...
tree
|
commitdiff
2010-01-06
Andy Polyakov
Fix compilation on older Linux. Linux didn't always...
tree
|
commitdiff
2010-01-06
Dr. Stephen Henson
ENGINE_load_capi() now exists on all platforms (but...
tree
|
commitdiff
2010-01-06
Andy Polyakov
ppc64-mont.pl: commentary update.
tree
|
commitdiff
2010-01-06
Andy Polyakov
Add Montgomery multiplication module for IA-64.
tree
|
commitdiff
2010-01-05
Dr. Stephen Henson
PR: 2102
tree
|
commitdiff
2009-12-30
Andy Polyakov
b_sock.c: correct indirect calls on WinSock platforms.
tree
|
commitdiff
2009-12-29
Andy Polyakov
ppccap.c: fix compiler warning and perform sanity check...
tree
|
commitdiff
2009-12-28
Andy Polyakov
PA-RISC assembler: missing symbol and typos.
tree
|
commitdiff
2009-12-27
Andy Polyakov
Update sha512-parisc.pl and add make rules.
tree
|
commitdiff
2009-12-27
Andy Polyakov
Throw in more PA-RISC assembler.
tree
|
commitdiff
2009-12-27
Andy Polyakov
Switch to new uplink assembler.
tree
|
commitdiff
2009-12-27
Andy Polyakov
ppccap.c: tidy up.
tree
|
commitdiff
next