Sign in
flutter
/
third_party
/
openssl
/
e778802f53c8d47e96a6e4cbc776eb6e1d4c461a
/
crypto
/
asn1
e778802
Massive constification.
by Ben Laurie
· 26 years ago
d77b305
Add support for VISIBLESTRING and UTF8String
by Dr. Stephen Henson
· 26 years ago
cfdcfed
Another STACK bites the dust.
by Ben Laurie
· 26 years ago
c5db363
Fix some warnings. Contributed by Anonymous.
by Ben Laurie
· 26 years ago
f73e07c
Add type-safe STACKs and SETs.
by Ben Laurie
· 26 years ago
d2e26dc
Add PKCS#5 v2.0 ASN1 structures.
by Dr. Stephen Henson
· 26 years ago
e8d6281
Remove obsolete files from SSLeay 0.8.
by Ulf Möller
· 26 years ago
a0960a1
Did a 'make errors' to update asn1 error codes now typo is fixed
by Dr. Stephen Henson
· 26 years ago
ba86080
Delete some auto generated files and correct a typo in crypto/asn1/p5_pbe.c
by Dr. Stephen Henson
· 26 years ago
e709e48
Update dependencies.
by Ben Laurie
· 26 years ago
99aab16
New Makefile variables $(RANLIB) and $(PERL).
by Ulf Möller
· 26 years ago
67d5ac0
Various PKCS#12 related tidies and fixes: it might even compile now :-)
by Dr. Stephen Henson
· 26 years ago
8d8c726
Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and add
by Dr. Stephen Henson
· 26 years ago
cfcefcb
Further PKCS#12 integration, PBE, PKCS#8 additions.
by Dr. Stephen Henson
· 26 years ago
785cdf2
Add initial support for Thawte strong extranet certificate extensions and
by Dr. Stephen Henson
· 26 years ago
1b276f3
Move definitions of IS_SET/IS_SEQUENCE inside crypto/asn1/asn1.h
by Ralf S. Engelschall
· 26 years ago
b4cadc6
Fix security hole.
by Ben Laurie
· 26 years ago
0cc3957
Add missing funtions from non ANSI section of header files and add missing
by Dr. Stephen Henson
· 26 years ago
6242bb9
Put the dependencies back.
by Ben Laurie
· 26 years ago
bb8f3c5
General source tree makefile cleanups: Made `making xxx in yyy...' display
by Ralf S. Engelschall
· 26 years ago
f9b2e53
Fix GCC warning...
by Ralf S. Engelschall
· 26 years ago
1efa9c3
Update dependencies.
by Ben Laurie
· 26 years ago
aa066b9
Add more functionality to issuer alt name and subject alt name. New options
by Dr. Stephen Henson
· 26 years ago
ee5425d
Patch so the new crl stuff actually compiles this time :-) Also update the
by Dr. Stephen Henson
· 26 years ago
0ca5f8b
Overhaul 'crl' application, add a proper X509_CRL_print function and start
by Dr. Stephen Henson
· 26 years ago
0be9747
Oops! Remeber to include the other patches this time...
by Dr. Stephen Henson
· 26 years ago
3d8accc
Fuller authority key id support, partial support for private key usage extension
by Dr. Stephen Henson
· 26 years ago
08853ba
Finally(?) fix DES stuff.
by Ben Laurie
· 26 years ago
c09c3c4
Update dependencies.
by Ben Laurie
· 26 years ago
e4119b9
Fix typo in asn1.h (PRINTABLESTRING_STRING) and fix a bug in object creation
by Dr. Stephen Henson
· 26 years ago
155d7a0
First cut for a very conservative source tree cleanup:
by Ralf S. Engelschall
· 26 years ago
df16c60
Oops. Forgot to do a 'make errors'.
by Dr. Stephen Henson
· 26 years ago
175b094
More extension code. Incomplete support for subject and issuer alt
by Dr. Stephen Henson
· 26 years ago
c45beb9
Update dependencies.
by Ben Laurie
· 26 years ago
119f628
Oops... forgot to add new ENUMERATED file...
by Dr. Stephen Henson
· 26 years ago
bceacf9
Support for ASN1 ENUMERATED type. This copies and duplicates the ASN1_INTEGER
by Dr. Stephen Henson
· 26 years ago
142fcca
Add support for GeneralName and GeneralNames extensions. Also preliminary
by Dr. Stephen Henson
· 26 years ago
f33fbc2
More pissing about to get pem.h to behave properly.
by Ben Laurie
· 26 years ago
59ff713
Break circular dependency between pem and err.
by Ben Laurie
· 26 years ago
fc8c1a5
Update dependencies.
by Ben Laurie
· 26 years ago
8938272
Remember to add the new file this time :-)
by Dr. Stephen Henson
· 26 years ago
92c046c
Add ASN1 code for netscape certificate sequences.
by Dr. Stephen Henson
· 26 years ago
834eeef
Continuing adding X509 V3 support. This starts to integrate the code with
by Dr. Stephen Henson
· 26 years ago
1bbd21e
Correct bracketing error.
by Ben Laurie
· 26 years ago
9b5cc15
Continued patches so certificates and CRLs now can support and use
by Dr. Stephen Henson
· 26 years ago
6f93539
This time, get it right.
by Ben Laurie
· 26 years ago
8039257
Finally lay dependencies to rest (I hope!).
by Ben Laurie
· 26 years ago
fdc71ec
by Dr. Stephen Henson
· 26 years ago
6c8abdd
New err_code.pl script to retain old error codes. This should allow the use
by Dr. Stephen Henson
· 26 years ago
f6aed2c
Time to blow up the source tree :-) This is the beginning of support for
by Dr. Stephen Henson
· 26 years ago
e03ddfa
Accept NULL in *_free.
by Ben Laurie
· 26 years ago
ad65ce7
Fix things so DH_free() will be no-op when passed NULL, like RSA_free() and
by Dr. Stephen Henson
· 26 years ago
cfcf645
Make sure applications free up pkey structures and add netscape extension
by Dr. Stephen Henson
· 26 years ago
cdbb8c2
Fix reference counting.
by Ben Laurie
· 26 years ago
c35f549
Move DSA test in ca.c inside #ifdef and make pubkey BIT STRING always have
by Dr. Stephen Henson
· 26 years ago
9cb0969
Fix version stuff:
by Ralf S. Engelschall
· 26 years ago
e9b8eb3
Fix for sk_insert bug: it never worked properly.
by stephen
· 26 years ago
4098e89
Fix incorrect DER encoding of SETs and all knock-ons from that.
by Ben Laurie
· 26 years ago
320a14c
*** empty log message ***
by Ralf S. Engelschall
· 26 years ago
5f32680
Switch version string to SSLeay/OpenSSL
by Ralf S. Engelschall
· 26 years ago
651d0af
Various cleanups and fixed by Marc and Ralf to start the OpenTLS project
by Ralf S. Engelschall
· 26 years ago
dfeab06
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
by Ralf S. Engelschall
· 26 years ago
58964a4
Import of old SSLeay release: SSLeay 0.9.0b
by Ralf S. Engelschall
· 26 years ago
d02b48c
Import of old SSLeay release: SSLeay 0.8.1b
by Ralf S. Engelschall
· 26 years ago