aboutsummaryrefslogtreecommitdiff
path: root/crypto/objects
AgeCommit message (Expand)AuthorFilesLines
2016-03-11Review commentsKurt Roeckx3-14/+14
2016-03-11Add blake2 support.Bill Cox3-5/+22
2016-03-08Add cipher query functionsTodd Short3-3/+95
2016-03-03GH355: Implement HKDFAlessandro Ghedini3-3/+10
2016-02-28Rename OIDs.Dr. Stephen Henson3-33/+19
2016-02-26RT4335: Fix UEFI build of OBJ_NAME_new_index()David Woodhouse1-8/+16
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-11Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte3-6/+6
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-02-04update OID tablesDr. Stephen Henson2-5/+29
2016-02-04Add Curve OIDs from draft-josefsson-pkix-newcurvesDr. Stephen Henson1-0/+7
2016-02-03RT2752: Add some EKU OID'sRich Salz3-5/+91
2016-02-02RT2353: Add ipsec IKE OIDRich Salz3-5/+14
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+3
2016-01-29Templatize util/domdRich Salz2-2/+2
2016-01-29Always DPURIFYEmilia Kasper1-1/+0
2016-01-27Complete the removal of /* foo.c */ commentsRichard Levitte3-5/+0
2016-01-26Remove /* foo.c */ commentsRich Salz5-5/+0
2016-01-20Consolidate "make update"Rich Salz1-1/+1
2016-01-19Add TLS PRF method.Dr. Stephen Henson3-3/+10
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-119/+74
2016-01-12make updateRichard Levitte1-27/+28
2016-01-11Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson1-2/+2
2016-01-11Add lh_doall_arg inliningDr. Stephen Henson1-7/+6
2016-01-11Add lh_doall inliningDr. Stephen Henson2-10/+4
2016-01-11Add lh_new() inliningDr. Stephen Henson2-20/+6
2016-01-11Inline LHASH_OFDr. Stephen Henson5-15/+17
2016-01-07mem functions cleanupRich Salz2-9/+9
2016-01-07Only declare stacks in headersDr. Stephen Henson6-7/+12
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2-2/+2
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-3/+3
2015-12-10Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633).Rob Stradling3-5/+12
2015-12-10Add ChaCha20-Poly1305 and ChaCha20 NIDs.Andy Polyakov3-3/+13
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell2-7/+7
2015-11-05Rebuild error source files.Dr. Stephen Henson1-1/+1
2015-10-05New cipher and cipher modes standardized in RussiaDmitry Belyavskiy3-3/+50
2015-09-03remove 0 assignments.Rich Salz1-5/+1
2015-08-17Add new GOST OIDsDmitry Belyavsky5-5/+305
2015-06-23Add $! to errors, use script basename.Rich Salz1-5/+4
2015-06-08return correct NID for undefined objectDr. Stephen Henson1-0/+3
2015-06-02RT3230: Better test for C identifierAnnie Yousar2-5/+5
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-21Add scrypt OID from draft-josefsson-scrypt-kdf-03Dr. Stephen Henson3-5/+14
2015-05-14make dependRichard Levitte1-3/+4
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte2-2/+2
2015-05-13Call of memcmp with null pointers in obj_cmp()Hanno Böck1-0/+2
2015-05-13Fix the heap corruption in libeay32!OBJ_add_object.Gunnar Kudrjavets1-4/+4
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-5/+5