index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
asn1
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Various OCSP responder utility functions.
Dr. Stephen Henson
2001-02-03
2
-0
/
+48
*
Various function for commmon operations.
Dr. Stephen Henson
2001-02-02
2
-17
/
+5
*
Add debugging info to new ASN1 code to trace memory leaks.
Dr. Stephen Henson
2001-01-24
1
-3
/
+27
*
Fixes to various ASN1_INTEGER routines for negative case.
Dr. Stephen Henson
2001-01-19
2
-1
/
+13
*
Fix typo in OCSP ASN1 module, this caused
Dr. Stephen Henson
2001-01-12
1
-1
/
+1
*
Fix typo in OCSP nonce extension.
Dr. Stephen Henson
2001-01-04
3
-5
/
+9
*
Update OCSP API.
Dr. Stephen Henson
2001-01-04
1
-3
/
+9
*
Since asn1.h gets included recursively from many places, the easiest
Richard Levitte
2000-12-31
1
-0
/
+3
*
Rewrite PKCS#12 code and remove some of the old
Dr. Stephen Henson
2000-12-31
3
-15
/
+20
*
If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcrypto
Richard Levitte
2000-12-31
2
-19
/
+30
*
ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of
Dr. Stephen Henson
2000-12-30
4
-5
/
+120
*
ASN1_ITEM version of ASN1_dup(). Might want
Dr. Stephen Henson
2000-12-28
2
-1
/
+27
*
Add NO_ASN1_OLD to remove some old style functions:
Dr. Stephen Henson
2000-12-28
4
-0
/
+15
*
ASN1_ITEM versions of sign, verify, pack and unpack.
Dr. Stephen Henson
2000-12-28
5
-1
/
+184
*
Various Win32 related fixes. Doesn't compile yet on
Dr. Stephen Henson
2000-12-21
2
-6
/
+11
*
New function X509V3_extensions_print() this removes extension duplication
Dr. Stephen Henson
2000-12-14
2
-52
/
+9
*
New function X509_signature_print() to remove some duplicate
Dr. Stephen Henson
2000-12-14
3
-48
/
+25
*
Change the PKCS7 structure to use SEQUENCE OF for the
Dr. Stephen Henson
2000-12-14
2
-1
/
+20
*
Constification of the data of a hash table. This means the callback
Richard Levitte
2000-12-13
2
-2
/
+2
*
Merge from the ASN1 branch of new ASN1 code
Dr. Stephen Henson
2000-12-08
73
-6594
/
+4838
*
Make sure bs is assigned NULL when it's free'd, or there will be an
Richard Levitte
2000-11-19
2
-0
/
+2
*
in some new file names the first 8 characters were not unique
Ulf Möller
2000-11-12
1
-101
/
+88
*
Constify DH-related code.
Richard Levitte
2000-11-07
3
-4
/
+4
*
Constify DSA-related code.
Richard Levitte
2000-11-07
10
-14
/
+17
*
Constify the RSA parts of the ASN.1 library. Note some ugly casts
Richard Levitte
2000-11-07
9
-23
/
+27
*
The majority of the OCSP code from CertCo.
Richard Levitte
2000-10-27
3
-0
/
+110
*
The experimental Rijndael code moved to the main trunk.
Richard Levitte
2000-10-14
1
-79
/
+136
*
More code for X509_print_ex() support.
Dr. Stephen Henson
2000-10-06
1
-4
/
+10
*
Global DirectoryString mask fix.
Dr. Stephen Henson
2000-10-04
3
-79
/
+140
*
'ranlib' doesn't always run on some systems. That's actually
Richard Levitte
2000-09-25
1
-1
/
+2
*
Catch V_ASN1_NULL.
Richard Levitte
2000-09-22
1
-0
/
+2
*
Fix ASN1_TYPE bug.
Dr. Stephen Henson
2000-09-21
2
-6
/
+9
*
Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care
Richard Levitte
2000-09-17
1
-1
/
+1
*
Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to make
Richard Levitte
2000-09-10
1
-0
/
+7
*
More VMS synchronisation
Richard Levitte
2000-09-09
1
-0
/
+1
*
Fix some CygWin problems.
Ulf Möller
2000-09-09
2
-6
/
+5
*
Two places where I forgot to change vms_idhacks to symhacks.
Richard Levitte
2000-09-08
1
-3
/
+1
*
Two new PKCS#12 demo programs.
Dr. Stephen Henson
2000-09-08
2
-0
/
+16
*
'make update'
Richard Levitte
2000-09-07
1
-133
/
+173
*
Get rid of ASN1_UTCTIME_get, which cannot work with time_t
Bodo Möller
2000-09-06
2
-0
/
+48
*
'make update'
Bodo Möller
2000-09-06
1
-4
/
+5
*
*BIG* verify code reorganisation.
Dr. Stephen Henson
2000-09-05
1
-3
/
+8
*
Keep a not of original encoding in certificate requests.
Dr. Stephen Henson
2000-09-05
1
-0
/
+21
*
Fix typo in i2d_ASN1_ENUMERATED
Dr. Stephen Henson
2000-08-30
1
-1
/
+1
*
New option to CA.pl to sign request using CA extensions.
Dr. Stephen Henson
2000-08-25
3
-1
/
+27
*
Add support for 'other' PKCS#7 content types.
Dr. Stephen Henson
2000-08-23
1
-5
/
+7
*
Fix ASN1_INTEGER_to_BN properly this time...
Dr. Stephen Henson
2000-08-22
2
-2
/
+2
*
Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.c
Dr. Stephen Henson
2000-08-22
3
-9
/
+10
*
Various fixes...
Dr. Stephen Henson
2000-08-22
2
-0
/
+93
*
MD4 implemented. Assar Westerlund provided the digest code itself and the te...
Richard Levitte
2000-08-14
1
-345
/
+379
[prev]
[next]