projects
/
oweals
/
openssl.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add new sign and verify members to RSA_METHOD and change SSL code to use sign
1999-09-18
Dr. Stephen Henson
Add new sign and verify members to RSA_METHOD and change...
commit
|
commitdiff
|
tree
1999-09-18
Dr. Stephen Henson
Various CRL enhancements tidies and workaround for...
commit
|
commitdiff
|
tree
1999-09-15
Dr. Stephen Henson
Fix typo.
commit
|
commitdiff
|
tree
1999-09-08
Dr. Stephen Henson
Fix typo.
commit
|
commitdiff
|
tree
1999-09-08
Dr. Stephen Henson
Oops... forgot the other RSA_NULL patches...
commit
|
commitdiff
|
tree
1999-09-08
Dr. Stephen Henson
This is preliminary support for an "RSA null" cipher...
commit
|
commitdiff
|
tree
1999-09-07
Dr. Stephen Henson
New function to convert ASN1 tag values to strings...
commit
|
commitdiff
|
tree
1999-09-04
Dr. Stephen Henson
New UTF8 utility functions to parse/generate UTF8 strings.
commit
|
commitdiff
|
tree
1999-09-03
Dr. Stephen Henson
Add new 'spkac' utility and several SPKAC utility functions.
commit
|
commitdiff
|
tree
1999-09-01
Dr. Stephen Henson
Make DH_free() free up any ex_data and also call the...
commit
|
commitdiff
|
tree
1999-08-27
Dr. Stephen Henson
Allow the extension section specified in config files...
commit
|
commitdiff
|
tree
1999-08-25
Dr. Stephen Henson
Allow the 1.OU="my OU" syntax in 'ca' for SPKACs.
commit
|
commitdiff
|
tree
1999-08-25
Dr. Stephen Henson
Allow extensions to be added to certificate requests...
commit
|
commitdiff
|
tree
1999-08-24
Dr. Stephen Henson
Fix for a bug which meant encrypting BIOs sometimes...
commit
|
commitdiff
|
tree
1999-08-23
Dr. Stephen Henson
Initial support for DH_METHOD. Also added a DH lock...
commit
|
commitdiff
|
tree
1999-08-22
Dr. Stephen Henson
Initial support for DSA_METHOD...
commit
|
commitdiff
|
tree
1999-08-19
Dr. Stephen Henson
Allow memory bios to be read only and change PKCS#7...
commit
|
commitdiff
|
tree
1999-08-17
Dr. Stephen Henson
Fix PKCS7_ENC_CONTENT_new() to include a sensible default...
commit
|
commitdiff
|
tree
1999-08-11
Dr. Stephen Henson
Add functions to allow extensions to be added to certificate...
commit
|
commitdiff
|
tree
1999-08-09
Dr. Stephen Henson
Support for parsing of certificate extensions in PKCS...
commit
|
commitdiff
|
tree
1999-08-08
Dr. Stephen Henson
*** empty log message ***
commit
|
commitdiff
|
tree
1999-08-06
Dr. Stephen Henson
Fix -startdate and -enddate arguments to 'ca' program...
commit
|
commitdiff
|
tree
1999-08-05
Dr. Stephen Henson
Change all the -'s to _'s.
commit
|
commitdiff
|
tree
1999-08-04
Dr. Stephen Henson
Configure fix for Windows: under Windows+perl "system...
commit
|
commitdiff
|
tree
1999-07-30
Dr. Stephen Henson
Fix to PKCS#12 code to use the cipher block length...
commit
|
commitdiff
|
tree
1999-07-30
Dr. Stephen Henson
Allow the PKCS#7 (S/MIME encrypt) application to support...
commit
|
commitdiff
|
tree
1999-07-29
Dr. Stephen Henson
Tidy up pkcs12 application.
commit
|
commitdiff
|
tree
1999-07-27
Dr. Stephen Henson
New function OBJ_obj2txt()
commit
|
commitdiff
|
tree
1999-07-27
Dr. Stephen Henson
New RSA flag RSA_FLAG_EXT_PKEY, to always call rsa_mod_exp.
commit
|
commitdiff
|
tree
1999-07-13
Dr. Stephen Henson
Eliminate a warning: BN_mod_inverse() returns a (BIGNUM...
commit
|
commitdiff
|
tree
1999-07-12
Dr. Stephen Henson
Continues NASM support. This might work now. Its still...
commit
|
commitdiff
|
tree
1999-07-12
Dr. Stephen Henson
More NASM support code it still doesn't work but it...
commit
|
commitdiff
|
tree
1999-07-12
Dr. Stephen Henson
Beginnings of experimental support for NASM assembler...
commit
|
commitdiff
|
tree
1999-07-11
Dr. Stephen Henson
Various changes to stop VC++ choking under Win32.
commit
|
commitdiff
|
tree
1999-07-11
Dr. Stephen Henson
Add a debugging option to PKCS#5 v2.0 key generation...
commit
|
commitdiff
|
tree
1999-07-11
Dr. Stephen Henson
Copy flags in ASN1_STRING_dup()
commit
|
commitdiff
|
tree
1999-07-11
Dr. Stephen Henson
Fix a bug in x509.c that omitted DSA parameters when...
commit
|
commitdiff
|
tree
1999-07-10
Dr. Stephen Henson
SXnet code was freeing up the extension data rather...
commit
|
commitdiff
|
tree
1999-06-29
Dr. Stephen Henson
New functions to allow RSA_METHODs to be changed without...
commit
|
commitdiff
|
tree
1999-06-24
Dr. Stephen Henson
Fix d2i_ASN1_INTEGER() and i2d_ASN1_INTEGER() so it...
commit
|
commitdiff
|
tree
1999-06-22
Dr. Stephen Henson
New function PKCS7_signatureVerify to allow the signing...
commit
|
commitdiff
|
tree
1999-06-22
Dr. Stephen Henson
Change the PEM_* function prototypes to use DECLARE_PEM...
commit
|
commitdiff
|
tree
1999-06-21
Dr. Stephen Henson
Implement STACK_OF(ANS1_OBJECT) for extended key usage...
commit
|
commitdiff
|
tree
1999-06-20
Dr. Stephen Henson
Convert the CONF library to use a typesafe stack: a...
commit
|
commitdiff
|
tree
1999-06-20
Dr. Stephen Henson
New functions CONF_load_bio() and CONF_load_fp() to...
commit
|
commitdiff
|
tree
1999-06-11
Dr. Stephen Henson
Fix to i2d_DSAPublicKey() to return the correct length.
commit
|
commitdiff
|
tree
1999-06-11
Dr. Stephen Henson
Document the X509V3 code and change some of the extension...
commit
|
commitdiff
|
tree
1999-06-10
Dr. Stephen Henson
Two new functions to write out PKCS#8 private keys...
commit
|
commitdiff
|
tree
1999-06-09
Dr. Stephen Henson
Reformat and "modernise" the sign.c demo.
commit
|
commitdiff
|
tree
1999-06-09
Dr. Stephen Henson
Change the PEM function implementation to use a common...
commit
|
commitdiff
|
tree
1999-06-08
Dr. Stephen Henson
Complete support for PKCS#5 v2.0. Still needs extensive...
commit
|
commitdiff
|
tree
1999-06-07
Dr. Stephen Henson
This is the main PKCS#5 v2.0 key generation function...
commit
|
commitdiff
|
tree
1999-06-06
Dr. Stephen Henson
More PKCS#5 v2.0 development. Add a function to setup...
commit
|
commitdiff
|
tree
1999-06-06
Dr. Stephen Henson
Change PBE handling a bit more: now the key and iv...
commit
|
commitdiff
|
tree
1999-06-06
Dr. Stephen Henson
Rewrite PBE handling read to support PKCS#5 v2.0 and...
commit
|
commitdiff
|
tree
1999-06-05
Dr. Stephen Henson
Change so PEM private key read routines can handle...
commit
|
commitdiff
|
tree
1999-06-05
Dr. Stephen Henson
More PKCS#8 stuff. Support for unencrypted forms of...
commit
|
commitdiff
|
tree
1999-06-05
Dr. Stephen Henson
Add d2i,i2d bio and fp functions for PKCS#8 and add...
commit
|
commitdiff
|
tree
1999-06-05
Dr. Stephen Henson
Add a 'pkcs8' application for initial PKCS#8 support...
commit
|
commitdiff
|
tree
1999-06-04
Dr. Stephen Henson
The rest of the PKCS#5, PKCS#8 patch I forgot before :-)
commit
|
commitdiff
|
tree
1999-06-04
Dr. Stephen Henson
Add PKCS#5 v1.5 compatible algorithms and initial PKCS...
commit
|
commitdiff
|
tree
1999-05-27
Dr. Stephen Henson
Free up 'out' before exiting pkcs12 application.
commit
|
commitdiff
|
tree
1999-05-26
Dr. Stephen Henson
Fix for memory leak.
commit
|
commitdiff
|
tree
1999-05-26
Dr. Stephen Henson
Update md5 assembly source for Win32.
commit
|
commitdiff
|
tree
1999-05-24
Dr. Stephen Henson
Fix URL for perl in INSTALL.W32
commit
|
commitdiff
|
tree
1999-05-23
Dr. Stephen Henson
Set ext_list to NULL after use.
commit
|
commitdiff
|
tree
1999-05-22
Dr. Stephen Henson
Fixup do_nt.bat for new mk1mf arg order.
commit
|
commitdiff
|
tree
1999-05-21
Dr. Stephen Henson
Move the Win32 #undefs of X509_NAME and PKCS7_ISSUER_AND_SER...
commit
|
commitdiff
|
tree
1999-05-21
Dr. Stephen Henson
The last argument in the d2i_XXX_fp and d2i_XXX_bio...
commit
|
commitdiff
|
tree
1999-05-19
Dr. Stephen Henson
Include some notes on basic extension usage and change...
commit
|
commitdiff
|
tree
1999-05-19
Dr. Stephen Henson
New functions sk_set, sk_value and sk_num to replace...
commit
|
commitdiff
|
tree
1999-05-18
Dr. Stephen Henson
Change default PKCS#12 iteration count to 2048, include...
commit
|
commitdiff
|
tree
1999-05-17
Dr. Stephen Henson
Various clarifications to extension docs: change the...
commit
|
commitdiff
|
tree
1999-05-16
Dr. Stephen Henson
Oops! Get the pmatch test the right way round.
commit
|
commitdiff
|
tree
1999-05-16
Dr. Stephen Henson
Fix various less obvious bugs in PKCS#7 handling: such...
commit
|
commitdiff
|
tree
1999-05-16
Dr. Stephen Henson
Fix some obvious bugs in the PKCS#7 library handling...
commit
|
commitdiff
|
tree
1999-05-15
Dr. Stephen Henson
Various Win32 fixes. Change args in do_ms.bat to put...
commit
|
commitdiff
|
tree
1999-05-14
Dr. Stephen Henson
The encoding of negative ASN1 INTEGERs and the conversion...
commit
|
commitdiff
|
tree
1999-05-12
Dr. Stephen Henson
Several of the EVP_CIPHER structures had the get and...
commit
|
commitdiff
|
tree
1999-05-12
Dr. Stephen Henson
Add new -out option to asn1parse to allow the parsed...
commit
|
commitdiff
|
tree
1999-05-11
Dr. Stephen Henson
Various PKCS#7 related fixes,tidies and comments.
commit
|
commitdiff
|
tree
1999-05-10
Dr. Stephen Henson
Various PKCS#7 fixes to properly (maybe!) handle PKCS...
commit
|
commitdiff
|
tree
1999-05-09
Dr. Stephen Henson
Kill evil casts, fix PKCS#7 and add new X509V3 Function.
commit
|
commitdiff
|
tree
1999-05-08
Dr. Stephen Henson
Various Win32 fixes. Win95 doesn't support MoveFileEx...
commit
|
commitdiff
|
tree
1999-05-08
Dr. Stephen Henson
Allows PKCS#12 password to be placed on command line...
commit
|
commitdiff
|
tree
1999-05-08
Dr. Stephen Henson
GeneralizedTime setting fixes.
commit
|
commitdiff
|
tree
1999-04-29
Dr. Stephen Henson
Fix a couple of cases where an attempt is made to lock...
commit
|
commitdiff
|
tree
1999-04-27
Dr. Stephen Henson
Oops ... fix warning.
commit
|
commitdiff
|
tree
1999-04-27
Dr. Stephen Henson
Add PKCS#12 documentation and new option in x509 to...
commit
|
commitdiff
|
tree
1999-04-26
Dr. Stephen Henson
Extensively changed the DEF file generator mkdef.pl...
commit
|
commitdiff
|
tree
1999-04-25
Dr. Stephen Henson
Fixes so it will compile again under Win32.
commit
|
commitdiff
|
tree
1999-04-25
Dr. Stephen Henson
Various header consistency fixes.
commit
|
commitdiff
|
tree
1999-04-25
Dr. Stephen Henson
Fix mkerr.pl to find functions returning function pointers...
commit
|
commitdiff
|
tree
1999-04-24
Dr. Stephen Henson
Change the command line options of mkerr.pl so -static...
commit
|
commitdiff
|
tree
1999-04-24
Dr. Stephen Henson
Delete the unnecessary ERR and ERRC lines in makefiles...
commit
|
commitdiff
|
tree
1999-04-24
Dr. Stephen Henson
Complete rewrite of the error code generation script...
commit
|
commitdiff
|
tree
1999-04-21
Dr. Stephen Henson
Oops! Fixup CHANGES.
commit
|
commitdiff
|
tree
1999-04-21
Dr. Stephen Henson
Suppport for CRL distribution points extension. Also...
commit
|
commitdiff
|
tree
1999-04-20
Dr. Stephen Henson
Various fixes so Win32 compile may work. Convert GeneralName...
commit
|
commitdiff
|
tree
1999-04-19
Dr. Stephen Henson
Finish off support for Certificate Policies extension.
commit
|
commitdiff
|
tree
next