aboutsummaryrefslogtreecommitdiff
path: root/crypto/objects
AgeCommit message (Expand)AuthorFilesLines
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe4-16/+13
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-11-01More size_tification.Ben Laurie1-1/+1
2008-11-01size_tification.Ben Laurie3-12/+15
2008-10-22Add permanentIdentifier OID.Dr. Stephen Henson4-5/+18
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson3-39/+37
2008-10-20Reinstate obj_xref.h as it is not auto generated on all platforms.Dr. Stephen Henson1-0/+75
2008-10-20Fix a shed load or warnings:Dr. Stephen Henson3-15/+16
2008-10-18Fix multiple ; warning.Dr. Stephen Henson1-1/+1
2008-10-18Fix warning a different way.Ben Laurie1-4/+4
2008-10-14Type-safe OBJ_bsearch_ex.Ben Laurie2-6/+16
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie5-136/+141
2008-08-27Add support for freshest CRL extension.Dr. Stephen Henson4-5/+19
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson1-1/+1
2008-06-26Update from stable branch.Dr. Stephen Henson4-5/+18
2008-06-04More type-checking.Ben Laurie1-19/+17
2008-05-26LHASH revamp. make depend.Ben Laurie2-49/+50
2008-04-02Since OID NIDs with 0.9.8.Dr. Stephen Henson3-489/+489
2008-03-22Update dependencies.Dr. Stephen Henson1-8/+8
2008-03-19Allow alternate eContentType oids to be set in cms utility.Dr. Stephen Henson4-5/+17
2008-03-19Produce meaningful error if sanity check fails.Dr. Stephen Henson5-118/+115
2008-03-19Additional sanity check.Dr. Stephen Henson1-0/+2
2008-03-17Partial support for KEKRecipientInfo type.Dr. Stephen Henson4-12/+51
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe1-0/+1
2008-02-29We already have an object for "zlib compression" but it was a placeDr. Stephen Henson4-1427/+1415
2008-02-12Add OIDs for compressedData content type and zlib compression.Dr. Stephen Henson4-91/+117
2007-11-23Rebuild OID database: duplicates got in there somehow??Dr. Stephen Henson3-89/+87
2007-11-23Fix from stable branch.Dr. Stephen Henson4-91/+93
2007-11-23Add caRepository OID and sync object NIDs with OpenSSL 0.9.8.Dr. Stephen Henson5-557/+567
2007-11-20Rebuild object cross reference table.Dr. Stephen Henson1-0/+58
2007-11-01Add OIDs by CMP (RFC 4210) and CRMF (RFC 4211)Lutz Jänicke5-70/+82
2007-09-18Addenum to "Constify obj_dat.[ch]."Andy Polyakov1-17/+18
2007-09-18Constify obj_dat.[ch], as well as minimize linker relocations.Andy Polyakov3-2504/+2508
2007-08-31Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson4-116/+121
2007-04-23Add SEED encryption algorithm.Bodo Möller4-5/+70
2007-04-11Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson4-3/+15
2007-03-23Stage 1 GOST ciphersuite support.Dr. Stephen Henson4-3/+11
2007-02-03add support for DSA with SHA2Nils Larsch6-5/+41
2006-12-21updateNils Larsch1-0/+12
2006-12-20add support for ecdsa-with-sha256 etc.Nils Larsch5-5/+83
2006-12-06Sync OID NIDs with OpenSSL 0.9.8.Dr. Stephen Henson3-1166/+1166
2006-12-04add "Certificate Issuer" and "Subject Directory Attributes" OIDsNils Larsch4-6/+34
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-7/+4
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie1-0/+3
2006-07-12Bugfix: don't look in internal table for signature if found in applicationDr. Stephen Henson1-1/+4
2006-07-09New functions to add and free up application defined signature OIDs.Dr. Stephen Henson2-3/+98
2006-06-09Camellia cipher, contributed by NTTBodo Möller4-5/+239
2006-05-17HMAC OIDs from RFC4231.Dr. Stephen Henson4-5/+56
2006-05-14Extend PBE code to support non default PKCS#5 v2.0 PRFs.Dr. Stephen Henson4-5/+16
2006-05-12make updateRichard Levitte1-0/+7