aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/c_src
AgeCommit message (Expand)Author
2018-12-04Handle erroneous length during decode (BER only) without crashingKenneth Lundin
2018-08-02Fix NIF stack recursion bug and enforce a limitRaimo Niskanen
2017-05-04Update copyright yearRaimo Niskanen
2017-03-14asn1_erl_nif.c: Correct handling of tags >= 16384Björn Gustavsson
2016-09-19Use more correct delimiters for erl_nif.h includeTuncer Ayaz
2016-03-15update copyright-yearHenrik Nord
2015-07-10ose: Remove all code related to the OSE portLukas Larsson
2015-06-18Change license text to APLv2Bruce Yinhe
2014-09-29BER decoding: Don't allow primitives with indefinite lengthsBjörn Gustavsson
2014-08-11BER decoding: Improve error checking for indefinite lengthBjörn Gustavsson
2014-02-24Added support for ENEA OSELukas Larsson
2013-08-21erts: Add option to include nifs staticallyLukas Larsson
2013-02-07Merge branch 'maint'Björn Gustavsson
2013-02-04asn1_erl_nif: Correct broken length encodingBjörn Gustavsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-22BER: Correct bug in 'undec_rest'Björn Gustavsson
2013-01-22Correct error handling for the NIF functionsBjörn Gustavsson
2013-01-15Implement ./otp_build configure --enable-silent-rulesAnthony Ramine
2012-08-31Merge branch 'maint'Björn-Egil Dahlberg
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-07-19asn1: Remove VxWorksBjörn-Egil Dahlberg
2012-06-05Update to work with whitespace in exec pathLukas Larsson
2012-02-29[asn1] Refactor test cases and remove extra suitesAdam Lindberg
2012-01-03asn1: Remove unused variable in asn1_erl_nif.cBjörn-Egil Dahlberg
2011-10-13asn1: Fix typo that caused failure of 'make release' on WindowsBjörn Gustavsson
2011-08-08Merge branch 'bjorn/parallel-make/OTP-9451' into majorBjörn Gustavsson
2011-08-08*/c_src/Makefile*: Support parallel makeBjörn Gustavsson
2011-08-01Update to use enif_alloc instead of mallocLukas Larsson
2011-08-01Fix bug in counting length of empty composite typesLukas Larsson
2011-08-01Fix bug where composite types with more then one element would be encoded in ...Lukas Larsson
2011-08-01Update ber encode nif to use a linked list memry bufferLukas Larsson
2011-08-01Create a nif for ber encodeLukas Larsson
2011-08-01Update tag to be ints instead of longsLukas Larsson
2011-08-01Update asn1 nif to handle calls with an empty binaryLukas Larsson
2011-08-01Cannot be a binary as decode creates tuplesLukas Larsson
2011-08-01Remove DRIVER target from opt targetLukas Larsson
2011-08-01return 0 as error code when an unknown error happensLukas Larsson
2011-08-01Remove all modules relating to drivers and make all functions obsolete.Lukas Larsson
2011-08-01Add load, upgrade and purge functions for asn1 nifsLukas Larsson
2011-08-01Add better error messages to nifsLukas Larsson
2011-08-01Add asn1 nif for ber decode and per encodeLukas Larsson
2011-05-20Fixed DRIVER_INIT prototypeKenneth Lundin
2011-05-19Corrected handling of long length in driver and updated test suitesKenneth Lundin
2010-08-13Remove unused variablesMartti Kuparinen
2010-04-15Fix shared libraries installationPeter Lemenkov
2010-02-18OTP-8451 Harmless buffer overflow by one byte in asn1 and ram_file_drv.Sverker Eriksson
2010-02-03OTP-8323 Cross compilation improvements and other build systemRickard Green
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP