index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
objects
/
obj_dat.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
OID code tidy up.
Dr. Stephen Henson
2016-05-18
1
-20
/
+26
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Remove check_defer()
Dr. Stephen Henson
2016-04-13
1
-16
/
+0
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-1
/
+1
*
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-04-13
1
-2
/
+2
*
Deprecate OBJ_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-2
/
+2
*
Deprecate EVP_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-2
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Add lh_doall inlining
Dr. Stephen Henson
2016-01-11
1
-7
/
+3
*
Add lh_new() inlining
Dr. Stephen Henson
2016-01-11
1
-5
/
+1
*
Inline LHASH_OF
Dr. Stephen Henson
2016-01-11
1
-4
/
+4
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-3
/
+3
*
return correct NID for undefined object
Dr. Stephen Henson
2015-06-08
1
-0
/
+3
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Call of memcmp with null pointers in obj_cmp()
Hanno Böck
2015-05-13
1
-0
/
+2
*
Fix the heap corruption in libeay32!OBJ_add_object.
Gunnar Kudrjavets
2015-05-13
1
-4
/
+4
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-5
/
+5
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-7
/
+4
*
free null cleanup finale
Rich Salz
2015-05-01
1
-6
/
+3
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-4
/
+2
*
remove malloc casts
Rich Salz
2015-04-28
1
-8
/
+6
*
make ASN1_OBJECT opaque
Dr. Stephen Henson
2015-03-24
1
-0
/
+15
*
OPENSSL_NO_xxx cleanup: many removals
Rich Salz
2015-01-27
1
-14
/
+1
*
ifdef cleanup part 3: OPENSSL_SYSNAME
Rich Salz
2015-01-23
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-662
/
+646
*
Fix OID handling:
Emilia Kasper
2014-08-06
1
-7
/
+9
*
Please Clang's sanitizer, addendum.
Andy Polyakov
2014-07-08
1
-1
/
+1
*
misspellings fixes by https://github.com/vlajos/misspell_fixer
Veres Lajos
2013-09-05
1
-1
/
+1
*
PR: 2091
Dr. Stephen Henson
2009-11-10
1
-4
/
+7
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-11
/
+9
*
size_tification.
Ben Laurie
2008-11-01
1
-9
/
+11
*
Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macros
Dr. Stephen Henson
2008-10-22
1
-12
/
+9
*
Fix a shed load or warnings:
Dr. Stephen Henson
2008-10-20
1
-6
/
+6
*
Type-safe OBJ_bsearch_ex.
Ben Laurie
2008-10-14
1
-3
/
+5
*
Type-checked (and modern C compliant) OBJ_bsearch.
Ben Laurie
2008-10-12
1
-37
/
+39
*
LHASH revamp. make depend.
Ben Laurie
2008-05-26
1
-27
/
+25
*
Fix a variety of warnings generated by some elevated compiler-fascism,
Geoff Thorpe
2008-03-16
1
-0
/
+1
*
Constify obj_dat.[ch], as well as minimize linker relocations.
Andy Polyakov
2007-09-18
1
-23
/
+27
*
Fix typo.
Dr. Stephen Henson
2006-03-29
1
-1
/
+1
*
Fix bug where freed OIDs could be accessed in EVP_cleanup() by
Dr. Stephen Henson
2006-03-28
1
-0
/
+18
*
Fix from stable branch.
Dr. Stephen Henson
2006-02-15
1
-4
/
+20
*
Extensive OID code enhancement and fixes.
Dr. Stephen Henson
2005-11-20
1
-45
/
+125
*
make sure error queue is totally emptied
Nils Larsch
2005-04-08
1
-1
/
+1
*
some const fixes and cleanup
Nils Larsch
2005-04-05
1
-9
/
+9
*
Add lots of checks for memory allocation failure, error codes to indicate
Dr. Stephen Henson
2004-12-05
1
-5
/
+7
*
Constify d2i, s2i, c2i and r2i functions and other associated
Richard Levitte
2004-03-16
1
-4
/
+6
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-2
/
+2
*
Some variables were uninitialised...
Richard Levitte
2003-04-29
1
-1
/
+1
*
Add an extended variant of OBJ_bsearch() that can be given a few
Richard Levitte
2003-04-29
1
-8
/
+27
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-4
/
+3
[next]